Why does IE6 not like overflow:auto; ???

Discussion in 'CSS' started by sabian1982, Feb 25, 2007.

  1. #1
    I have a repeating background which displays perfectly in FF however the overflow: auto; which is used to achieve the repeating effect does not appear to make an effect when viewed in IE for some reason... any ideas?

    Here the URL: http://www.voisd.com/sst
     
    sabian1982, Feb 25, 2007 IP
  2. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #2
    Not sure I am following, but try forcing browser scrollbars in firefox by adding the following css bit,
    I assume you are trying to match the background lines with the ones surrounding the content block:
    
    body {
     height: 100%;
     margin-bottom: 1px;
    }
    Code (markup):
     
    Clive, Feb 25, 2007 IP
  3. sabian1982

    sabian1982 Notable Member

    Messages:
    2,028
    Likes Received:
    161
    Best Answers:
    0
    Trophy Points:
    210
    #3
    Prohbably already solved thanks :)
     
    sabian1982, Feb 26, 2007 IP