FW: Frame Borders

by "tim booker" <timbooker(at)lineone.net>

 Date:  Fri, 4 Feb 2000 18:57:44 -0000
 To:  "hwg techniques (E-mail)" <hwg-techniques(at)hwg.org>
  todo: View Thread, Original
Hi Ellen,

Don't bother putting FRAMEBORDER="0" in each <FRAME> tag, because this
attribute can be inherited from the <FRAMESET> tag.


Try this code:

<FRAMESET rows="80,*" FRAMESPACING="0" FRAMEBORDER="0" BORDER="0">
 <FRAME scrolling="no" src="aolhead.html" name="banner">

	<FRAMESET cols="20%,80%" FRAMESPACING="0" FRAMEBORDER="0" BORDER="0">
	 <FRAME src="aollinks.html" name="links">
	 <FRAME src="aolmain.html" name="main">
	</FRAMESET>

 </FRAMESET>


Tim




> -----Original Message-----
> From: owner-hwg-techniques(at)hwg.org
> [mailto:owner-hwg-techniques(at)hwg.org]On Behalf Of
> mcmahoe1(at)nationwide.com
> Sent: 04 February 2000 15:11
> To: hwg-techniques(at)hwg.org
> Subject: Frame Borders
>
>
> I know, alot of you don't care much for frames, but I have an
> intranet site
> that is divided into 3 frames; header area across the top,
> link area on the
> left and main area for the balance of the screen. I am using
> FRAMEBORDER
> = "0" on the FRAME tags, but I'm still getting a white line
> between the
> header and links frames (which have a dark background). Do I
> have to live
> with it, or is there something else I need to add to my code
> to correct it?
>
> My frameset code:
>
> <FRAMESET rows="80,*">
>   <FRAME scrolling="no" src="aolhead.html" name="banner"
> FRAMEBORDER="0">
>     <FRAMESET cols="20%,80%">
>       <FRAME src="aollinks.html" name="links" FRAMEBORDER="0">
>       <FRAME src="aolmain.html" name="main" FRAMEBORDER="0">
>     </FRAMESET>
> </FRAMESET>
>
> Thanks in advance!
> Ellen
>
>

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA