No Scrollbar in Explorer

Discussion in 'CSS' started by egggsaplenty, Feb 16, 2009.

  1. #1
    Hi List,

    When the browser is resized smaller, my menu/directory is supposed to generate a vertical scrollbar. It does this successfully in Firefox, but not in Explorer.

    Link:
    www.erinrosegardner.com

    Does anyone know how to correct this to have a scrollbar appear in Explorer as well?

    Thanks!
     
    egggsaplenty, Feb 16, 2009 IP
  2. ExtremeData

    ExtremeData Well-Known Member

    Messages:
    450
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    125
    #2
    Working fine for me in Firefox 3.06, IE7 and Chrome
    What version of IE you use ?
     
    ExtremeData, Feb 16, 2009 IP
  3. egggsaplenty

    egggsaplenty Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yeah, I was running IE6... 7 works fine.

    Thanks for your help!
     
    egggsaplenty, Feb 17, 2009 IP
  4. ExtremeData

    ExtremeData Well-Known Member

    Messages:
    450
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    125
    #4
    Add into head section :
    
    <!--[if IE 6]>
      <link rel="stylesheet" type="text/css" href="ie6.css" />
    <![endif]-->
    
    Code (markup):
    And in ie6.css file add
    body {overflow: scroll;}
    Code (markup):
     
    ExtremeData, Feb 17, 2009 IP