yerdos
07-19-2003, 06:58 PM
I have a webpage with a frameset that has a top frame, a bottom right frame, and a bottom left frame. This is my frameset:
<frameset rows="30%,70%" border="0">
<frame src="top.html" name="top" scrolling="no">
<frameset cols="20%,80%" border="0">
<frame src="left.html" name="left" scrolling="yes">
<frame src="right.html" name="right" scrolling="yes">
</frameset>
</frameset>
However, on the bottom right and left frames I only want there to be the left scrollbar, not the bottom one. How do I get rid of it? Please reply.
<frameset rows="30%,70%" border="0">
<frame src="top.html" name="top" scrolling="no">
<frameset cols="20%,80%" border="0">
<frame src="left.html" name="left" scrolling="yes">
<frame src="right.html" name="right" scrolling="yes">
</frameset>
</frameset>
However, on the bottom right and left frames I only want there to be the left scrollbar, not the bottom one. How do I get rid of it? Please reply.