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





About the Author
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.