Attributes for <FRAME ...>
MARGINWIDTH = size in pixels
MARGINHEIGHT = size in pixels
<FRAME ...>MARGINWIDTHMARGINHEIGHT
| this code | produces this |
<FRAMESET ROWS="60%,*,*">
<FRAME SRC="mwTop.html">
<FRAME SRC="mwMiddle.html" MARGINWIDTH=1>
<FRAME SRC="mwBottom.html" MARGINWIDTH=50>
<NOFRAMES>NOFRAMES stuff
</NOFRAMES>
</FRAMESET>
|
this page |
<FRAMESET COLS="33%,33%,*">
<FRAME SRC="mhLeft.html">
<FRAME SRC="mhCenter.html" MARGINHEIGHT=1>
<FRAME SRC="mhRight.html" MARGINHEIGHT=50>
<NOFRAMES>NOFRAMES stuff
</NOFRAMES>
</FRAMESET>
|
this page |
The official specifications say that MARGINWIDTHMARGINHEIGHT
Both Netscape and MSIE display some odd behavior with these attributes: the default for
MARGINWIDTHMARGINWIDTHMARGINHEIGHT
