No Borders Between Frames
By default frames have visible borders between them. Sometimes, however, you want the frames to join directly to each other with no border between them. MSIE and Netscape recognize different attributes in
<FRAMESET ...>
for this purpose, but they are mutually compatible, so you can use all of them at once.
To create a borderless frameset, use a <FRAMESET ...>
tag with
FRAMEBORDER
,
FRAMESPACING
, and
BORDER
attributes like this:
this code |
produces this |
<FRAMESET ROWS="20%,*" FRAMEBORDER=NO FRAMESPACING=0 BORDER=0>
|
this page |