Heather
06-28-2004, 12:49 PM
Hello all!
I'm redesigning a site and the client wants frames. I've run into a very odd problem.
Netscape 7.1 doesn't want to display anything at all but IE 5.2 does fine. Safari 1.0 was working for a while but now it doesn't load my second frame unless I resize the window. Then the content shows up, no problem.
I'm using a Mac, if that makes a difference.
Here's my code:
<frameset cols="20%,80%" border="0" frameborder="no" frameborder="0" framespacing="0">
<frame name="menu" src="lamenu.html" noresize scrolling="no" marginheight="10" marginwidth="5" frameborder="no" frameborder="0">
<frame name="content" src="1001lamain.html" noresize marginheight="0" marginwidth="5" frameborder="no" frameborder="0">
</frameset>
Appreciate the help!
Heather
I'm redesigning a site and the client wants frames. I've run into a very odd problem.
Netscape 7.1 doesn't want to display anything at all but IE 5.2 does fine. Safari 1.0 was working for a while but now it doesn't load my second frame unless I resize the window. Then the content shows up, no problem.
I'm using a Mac, if that makes a difference.
Here's my code:
<frameset cols="20%,80%" border="0" frameborder="no" frameborder="0" framespacing="0">
<frame name="menu" src="lamenu.html" noresize scrolling="no" marginheight="10" marginwidth="5" frameborder="no" frameborder="0">
<frame name="content" src="1001lamain.html" noresize marginheight="0" marginwidth="5" frameborder="no" frameborder="0">
</frameset>
Appreciate the help!
Heather