View Full Version : Page's scrollbar won't work.


Humanwatching
01-21-2006, 12:30 AM
Hello, I need help with my website.

http://gunshot.sans-amour.org


It's anchored to rest in the bottom right corner of the page through div layers, however, the vertical scrollbar refuses to work. I'm perplexed on why this isn't working.


I've tried using the overflow:auto tag on the div layer, but that makes the div "scroll" (but it actually doesn't. it just gets a scrollbar.)


I'm pretty much confused on what to do. :hamster:

djou
01-21-2006, 01:26 AM
Everything works fine for me.

In Internet Explorer, the div layer doesn't have enough content to scroll. IE often displays "unworking" scrollbars even if they are not needed. Add some more content to the div just to test it and it should scroll.

Humanwatching
01-21-2006, 03:22 AM
Well, if you're talking about what's in the iframe, that scrollbar works.

However the main page's scrollbar won't work. The image is bigger and the page just won't scroll >/.

djou
01-21-2006, 03:32 PM
Add overflow-y:scroll to the body section of your CSS.