Log in

View Full Version : Scrollbar Disappearing



pencil2print
12-30-2009, 02:26 AM
Sorry for posting here, I have no idea where else to go for assistance. google isn't helping.

Here's a page of my website that's in progress:
http://pencil2print.net/print/print2.html

Everything is working the way I want it to, except, there's no scrollbar to view the gallery!

I am using SimpleViewer.. which has javascript, xml, and all that fun stuff. I hope by viewing the source of that one page can help or the experts here will know of the code off hand.

I am looking for the basic scrollbar that auto appears when needed.

Help please??

molendijk
12-30-2009, 11:28 AM
That's because you have:

html {
height: 100%;
overflow: hidden;
}

in the css. Replace hidden with auto.
===
Arie Molendijk.

pencil2print
12-30-2009, 12:49 PM
thanks, I'll try that :)

and thanks for moving this to the correct thread forum. I wasn't sure what to categorize it under

Edit: I now have a scrollbar! I knew it had to be something so simple! Thank you :D