D
D. Comyn
I have a page with the following code:
<frameset border=0 framespacing=0 rows=160,* frameborder=0>
<frame name=header marginwidth=0 marginheight=0 bottomnargin=0
src="header.html" scrolling=NO noresize>
<frameset border=0 framespacing=0 cols=140,630,* frameborder=0>
<frame NORESIZE name=menu marginwidth=15 marginheight=15
bottomnargin=15 src="menu.html" scrolling=NO>
<frame NORESIZE name=content marginwidth=0 marginheight=0
bottomnargin=0 src="content.html" scrolling=YES>
<frame name=right marginwidth=0 marginheight=0 bottomnargin=0
src="right.html">
</frameset>
</frameset>
The problem:
In the 'menu' frame, I have a page which contains a javescript menu that I
would like to remain visible no matter the size of the browser window.
As it is set up right now, when the browser window is made horizontally
smaller, the content frame overlaps the menu frame.
Any way to prevent this from happening?
TIA
<frameset border=0 framespacing=0 rows=160,* frameborder=0>
<frame name=header marginwidth=0 marginheight=0 bottomnargin=0
src="header.html" scrolling=NO noresize>
<frameset border=0 framespacing=0 cols=140,630,* frameborder=0>
<frame NORESIZE name=menu marginwidth=15 marginheight=15
bottomnargin=15 src="menu.html" scrolling=NO>
<frame NORESIZE name=content marginwidth=0 marginheight=0
bottomnargin=0 src="content.html" scrolling=YES>
<frame name=right marginwidth=0 marginheight=0 bottomnargin=0
src="right.html">
</frameset>
</frameset>
The problem:
In the 'menu' frame, I have a page which contains a javescript menu that I
would like to remain visible no matter the size of the browser window.
As it is set up right now, when the browser window is made horizontally
smaller, the content frame overlaps the menu frame.
Any way to prevent this from happening?
TIA