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 > <FRAMESET ...>

Attribute for <FRAMESET ...>
BORDERCOLOR =color expression

BORDERCOLOR sets the color of the borders in the frameset.

this code produces this
<FRAMESET ROWS="50%,*" BORDERCOLOR=RED>
<FRAME SRC="fsbctitle.html">
<FRAME SRC="fsbcmain.html">
<NOFRAMES>NOFRAMES stuff
</NOFRAMES> </FRAMESET>
this page

there is no defined behaviour if you use BORDERCOLOR in both <FRAMESET ...> and <FRAME ...>. Different versions of MSIE resolve the situation differently. Netscape is a more consistent. In Netscape, <FRAMESET BORDERCOLOR="..."> sets the color for all borders, and <FRAME BORDERCOLOR="..."> makes exceptions to that rule. For example, this code sets the borders for all frames to yellow for the borders of the middle frame which are red:

this code produces this
<FRAMESET ROWS="*,*,50%,*,*" BORDERCOLOR=YELLOW>
<FRAME SRC="fsbcex1.html">
<FRAME SRC="fsbcex2.html">
<FRAME SRC="fsbcexmain.html" BORDERCOLOR=RED>
<FRAME SRC="fsbcex3.html">
<FRAME SRC="fsbcex4.html">
<NOFRAMES>NOFRAMES stuff
</NOFRAMES>
</FRAMESET>
this page

<FRAME ...> >>>

          

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