Ken
11-17-2003, 01:47 AM
I'm using frames to maintain a toolbar on the left-hand side of my site. When I minimize the browser to about half the screen or less, the main frame (frame on rt side) overlaps the left-hand frame (toolbar). I know there must be a way to lock this down so it won't allow overlap. Any thoughts?
-Thanks! Ken
PS
Here's my index page code:
<html>
<frameset rows="100,*" border=0>
<frame src="Header4.9.htm" name="Right Upper Frame Page" marginwidth="1" marginheight="1" scrolling=no>
<frameset cols="13%,87%">
<frame src="Nav Bar1.htm" name="Left Frame Page" marginwidth="0" marginheight="0" scrolling=no>
<frame src="Home.htm" name="Right Lower Frame Page" scrolling=yes>
</frameset>
</frameset>
</html>
-Thanks! Ken
PS
Here's my index page code:
<html>
<frameset rows="100,*" border=0>
<frame src="Header4.9.htm" name="Right Upper Frame Page" marginwidth="1" marginheight="1" scrolling=no>
<frameset cols="13%,87%">
<frame src="Nav Bar1.htm" name="Left Frame Page" marginwidth="0" marginheight="0" scrolling=no>
<frame src="Home.htm" name="Right Lower Frame Page" scrolling=yes>
</frameset>
</frameset>
</html>