Click to See Complete Forum and Search --> : Scrolling Issues...


Paul Jr
09-25-2003, 11:47 PM
Aight, I'm hosted at Geocities, and there's this really annoying thing that happens.

As you all probably know, Geocities uses pop up ads. Sometimes they work, sometimes they don't, I don't know why, but the point is, when they don't work, my page is fine, when they do, it causes the page to extend down a bit and screw stuff up.

Now what I need, is the code to get rid of the scrolling. It's late, I'm tired, and for the life of me, I can't remember what it is. So I would greatly appreciate it if someone could help me, post haste.

Many thanks.

Khalid Ali
09-26-2003, 04:30 AM
its not quite clear from your post that what is it you want,however,to get rid of scrollbars in a window you need to set CSS property

overflow:hidden;

This will not show any thing that will go out of the view area as well as stop the scrollbars showing.

Paul Jr
09-26-2003, 02:45 PM
Sorry for the confusion, it was late.
But thanks, that's exactly what I wanted.