mungk
12-13-2005, 08:34 PM
Hi I'd be so glad if someone could look at my frames and tell me why the bottom frame overlaps the top frame when I resize the browser vertically. Really i'd like for the frames to stay in place. I'd like to also note that this only happens with windows explorer meanwhile it views correctly in mac safari.
here's the link
http://70.88.154.154/mdrp/about_us.htm
code >>>
<frameset cols="*,800,*" border="0" framespacing="0" frameborder="NO">
<frame src="blank.htm" name="leftSpacer" noresize scrolling="NO" frameborder="NO" marginwidth="0" marginheight="0">
<frameset rows="681,6" cols="*" framespacing="0" frameborder="NO" border="0">
<frameset rows="108,490,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="top.htm" name="topFrame" scrolling="NO" noresize >
<frameset rows="*" cols="150,*" framespacing="0" frameborder="NO" border="0">
<frame src="about_us_menu.htm" name="leftFrame" scrolling="NO" noresize>
<frame src="about_us_main.htm" name="mainFrame">
</frameset>
<frame src="bottom_menu.htm" name="bottomMenu" noresize marginheight="0" marginwidth="0" scrolling="NO" frameborder="NO">
</frameset>
<frame src="blank.htm" name="bottomSpacer" noresize marginwidth="0" marginheight="0" scrolling="NO" frameborder="NO">
</frameset>
<frame src="blank.htm" name="rightSpacer" noresize marginwidth="0" marginheight="0" scrolling="NO" frameborder="NO">
</frameset>
Thanks in advance.
here's the link
http://70.88.154.154/mdrp/about_us.htm
code >>>
<frameset cols="*,800,*" border="0" framespacing="0" frameborder="NO">
<frame src="blank.htm" name="leftSpacer" noresize scrolling="NO" frameborder="NO" marginwidth="0" marginheight="0">
<frameset rows="681,6" cols="*" framespacing="0" frameborder="NO" border="0">
<frameset rows="108,490,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="top.htm" name="topFrame" scrolling="NO" noresize >
<frameset rows="*" cols="150,*" framespacing="0" frameborder="NO" border="0">
<frame src="about_us_menu.htm" name="leftFrame" scrolling="NO" noresize>
<frame src="about_us_main.htm" name="mainFrame">
</frameset>
<frame src="bottom_menu.htm" name="bottomMenu" noresize marginheight="0" marginwidth="0" scrolling="NO" frameborder="NO">
</frameset>
<frame src="blank.htm" name="bottomSpacer" noresize marginwidth="0" marginheight="0" scrolling="NO" frameborder="NO">
</frameset>
<frame src="blank.htm" name="rightSpacer" noresize marginwidth="0" marginheight="0" scrolling="NO" frameborder="NO">
</frameset>
Thanks in advance.