I'm trying to set the background color of a frameset to black. The
following code doesn't work in either IE 6.0 or Firefox. Any ideas why?
<frameset bgcolor="#00000 0" frameborder="0" border="0" cols="240,*">
<frame name="links" scrolling="no" noresize target="content s" src="">
<frameset bgcolor="#00000 0" frameborder="0" border="0" rows="135,*">
<frame name="topbanner " scrolling="no" src="">
<frame name="main" scrolling="auto " src="">
</frameset>
I know some people don't like framesets, but I need them for this particular
page. Thanks for any ideas on why.
following code doesn't work in either IE 6.0 or Firefox. Any ideas why?
<frameset bgcolor="#00000 0" frameborder="0" border="0" cols="240,*">
<frame name="links" scrolling="no" noresize target="content s" src="">
<frameset bgcolor="#00000 0" frameborder="0" border="0" rows="135,*">
<frame name="topbanner " scrolling="no" src="">
<frame name="main" scrolling="auto " src="">
</frameset>
I know some people don't like framesets, but I need them for this particular
page. Thanks for any ideas on why.
Comment