Why vertical scrollbar not showing?

Discussion in 'HTML & Website Design' started by rucanunes, Apr 8, 2009.

  1. #1
    Hello,

    I'm making a new personal website about photography. I'm using Slideshow Pro for Lightroom.
    The problem is that, when I go to the gallery at http://www.raulnunes.com/temp/ if the screen resolution is less that the flash component, the vertical scrollbar does not show. Why is that?

    Best Regards,
    Raul Nunes
     
    rucanunes, Apr 8, 2009 IP
  2. My220x

    My220x Member

    Messages:
    624
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    35
    #2
    Because in your CSS it has overflow: hidden
     
    My220x, Apr 8, 2009 IP
  3. rucanunes

    rucanunes Active Member

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #3
    Thank you for your help!
    I changed that on index.html to overflow: auto, but still no scrollbars. :-(
     
    rucanunes, Apr 8, 2009 IP
  4. My220x

    My220x Member

    Messages:
    624
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    35
    #4
    Just remove the overflow property or change it to overflow: scroll;
     
    My220x, Apr 8, 2009 IP