1 Hour SEO : Domain Registration Bank : Ecommerce Dictionary : GoDefy : Great Web Design Tips
JavaScript 2 : Jumbo Keyword : Marketing Tips Store : Michael Wong Blog : Mike's Marketing Tools
Search Engines 2 : SEO eBook : Text Links Ads : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML > Frames > <FRAME ...>

Attribute for <FRAME ...>
FRAMEBORDER =YES |1 |NO |0

Looking for information on Borderless Frames? You may wish to see No Borders Between Frames.

FRAMEBORDER declares if there is a border around the frame. YES (or the older 1) set the border to on. They are the default. NO (or 0) set the border to off (which often still a thin gray bar). A border is invisible only if all frames which touch it are set to NO.

this code produces this
<FRAMESET ROWS="*,40%,30%,*,*">
<FRAME SRC="fbRow1.html">
<FRAME SRC="fbRow2.html" FRAMEBORDER=NO>
<FRAME SRC="fbRow3.html" FRAMEBORDER=NO>
<FRAME SRC="fbRow4.html">
<FRAME SRC="fbRow5.html">
<NOFRAMES>NOFRAMES stuff
</NOFRAMES>
</FRAMESET>
this page

Like with its cousin <FRAMESET FRAMEBORDER="...">, the borders often aren't really invisible, they are just thinner gray bars. there are also inconsistent results among browsers with FRAMEBORDER. In particular, MSIE reacts in a slightly more logical manner than Netscape. In MSIE, if two adjacent frames have NO, then the border between them is missing, even if that border touches other frames where it is visible. If two adjacent frames have FRAMEBORDER one on and one off, the border in between is dim, indicating that it is "sort of" off.

<FRAME BORDERCOLOR="..."> >>>

          

Copyright © 2002-10 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com