Problem with hidding scrollbar

Discussion in 'CSS' started by Web Idiot, Dec 25, 2009.

  1. #1
    Hey everyone. I am a n00b having a problem with CSS. I've somehow generated a vertical scroll bar. I want to remove it or hide it but nothing seems to be working without affecting the overall design :(

    Perhaps someone with Firebug can assist me. It would be a nice xmas gift indeed if someone could help :D

    The site is Inflasiangirls.com

    Thanks in advance
     
    Web Idiot, Dec 25, 2009 IP
  2. jwitt98

    jwitt98 Peon

    Messages:
    145
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It appears to be your jquery jflow addon that is causing the scroll bar to appear by changing the inline style attributes of your div. I'm not really familiar with that addon, but maybe this will point you in the right direction. Also, your site really falls apart when javascript is disabled.
     
    jwitt98, Dec 25, 2009 IP
  3. CodedCaffeine

    CodedCaffeine Peon

    Messages:
    130
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    .jFlowSlideContainer{
    overflow:hidden !important;
    }
    Code (markup):
     
    CodedCaffeine, Dec 26, 2009 IP