wierd IE7 issue - ok in FF and Opera - please help

Discussion in 'CSS' started by billybrag, Dec 8, 2006.

  1. #1
    Hello all,

    My site www.organiclinker.com/forum is working ok 'cept for a small bug in IE7 that i cant figure out.

    If you go to this page..
    http://www.organiclinker.com/forum/?CategoryID=2
    you will see to the right of the threads a "2 of 2" thing - this should be underneath as it is in FF and opera - I just cant figure out why it is doing this....

    Gurus of CSS please help
     
    billybrag, Dec 8, 2006 IP
  2. Dan_A

    Dan_A Peon

    Messages:
    65
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Add min-height:1%; in .clearfix
    and use
    <div id="ContentBody" class="clearfix"> in your html
     
    Dan_A, Dec 8, 2006 IP
  3. billybrag

    billybrag Peon

    Messages:
    324
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    where would i put clearfix?

    I already have a clearfix class used somewhere else, do you mean there?
     
    billybrag, Dec 10, 2006 IP
  4. billybrag

    billybrag Peon

    Messages:
    324
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    ok, that now works in IE7 but in FF it has created a huge gap below - see the original link in FF

    edit - and opera!
     
    billybrag, Dec 10, 2006 IP
  5. Dan_A

    Dan_A Peon

    Messages:
    65
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Did you add display:block; in .clearfix:after or did you modify the clearfix method elsewhere ?
    commenting display:block; there seems to fix the issue.
     
    Dan_A, Dec 10, 2006 IP
  6. weknowtheworld

    weknowtheworld Guest

    Messages:
    306
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I think you haven't given the top position in css... try it out...
     
    weknowtheworld, Dec 10, 2006 IP
  7. billybrag

    billybrag Peon

    Messages:
    324
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thanks Dan,

    That sorted it - I didnt add it - must have been there before!

    thanks :)
     
    billybrag, Dec 10, 2006 IP