Results 1 to 3 of 3

Thread: Scrollbar Disappearing

  1. #1
    Join Date
    Oct 2009
    Posts
    25
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default Scrollbar Disappearing

    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??

  2. #2
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    That's because you have:
    Code:
     html {
    		height: 100%;
    		overflow: hidden;
    	}
    in the css. Replace hidden with auto.
    ===
    Arie Molendijk.

  3. The Following User Says Thank You to molendijk For This Useful Post:

    pencil2print (12-30-2009)

  4. #3
    Join Date
    Oct 2009
    Posts
    25
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •