View Full Version : getting rid of the bottom scrollbar


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.

Lithium381
07-23-2003, 12:40 AM
The only thing i can think of would be to actually assign width values for it, so there is no need for a scroll bar, does it do this in all resolutions? If not, it might be the page is too wide.....e-mail me or PM me and i can try and help a bit more maybe!

Good luck!

Dude128
07-23-2003, 03:21 AM
the frameset code has nothing to do with it. something on those pages is exceeding the width of the page, and that is why the scrollbar is appearing. check your width values on those pages. sometimes people make mistakes and specify a width of, like, 2000 or something. if you can't figure out what's causing the scrollbar, could you post the URL of the frameset page?