Results 1 to 6 of 6

Thread: Bug in IE7 - 2 vertical scroll bars appear

  1. #1
    Join Date
    Nov 2006
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Bug in IE7 - 2 vertical scroll bars appear

    Hi everybody,

    I need some help please, I've got a bug in the css that causes when the website is been viewed in IE7 shrinked(the browser window's shrinked) there are two vertical scroll bars ( ). Can anyone help pleaseee. Thanks a lot in advance.

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    CSS? Link? Something to look at to possibly help with?

    I am pretty sure the others, like myself can't code through osmosis. We need something to look at
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    There is a good chance that you have set the overflow of the html and/or body element to auto or to scroll:

    Code:
    html {
    overflow:auto;
    }
    It could be numerous other things. As BLiZZaRD says, show us the code.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #4
    Join Date
    Nov 2006
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hiya,

    here is the site I'm talking about:

    http://www.thewessexhotel.co.uk

    Thanks a lot

  5. #5
    Join Date
    Dec 2006
    Location
    Twin Cities, MN
    Posts
    35
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    indeed, oveflow:auto is set on the body. it's not necissary. getting rid of that will most likely fix it.

  6. #6
    Join Date
    Nov 2006
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks a lot, the problem was with the overflow prperty:-)

    Now is working:-))

    Cheers:-)

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
  •