View Full Version : Go away Scrollbars!


missleya
09-17-2005, 05:12 AM
Im using Div Layers and I have a scroll bar in one of my div layer section thingys and it looks nice. My problem is the STUPID scrollbars on the side and bottom of the whole page itself. It is pointless for them to be there how can I make them Go away??

UHB
09-17-2005, 04:50 PM
Find where it says:

<body

After, add (with a space before it):

scroll="no"

If there's nothing else in your <body> tag, it will look like <body scroll="no">

it might not work in all browsers but it's the only way I can think of right now..