IE screwing up image

Discussion in 'HTML & Website Design' started by ndogg, May 26, 2006.

  1. #1
    Take a look at this layout I just made: http://www.sixless.com/sixlesslayout.html

    In Firefox and Safari it works perfectly. But in IE, the bottom image in the box that is supposed to make rounded corners gets all screwey.

    Does anyone know what's going on? Is this because of my CSS file?
     
    ndogg, May 26, 2006 IP
  2. Kat2

    Kat2 Well-Known Member

    Messages:
    143
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Kat2, May 27, 2006 IP
  3. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #3
    For that bottom image, do either {vertical-align: bottom;}, or {display: block;}. One or the other ought to work.

    cheers,

    gary
     
    kk5st, May 27, 2006 IP
  4. ndogg

    ndogg Peon

    Messages:
    25
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks, that fixed it!
     
    ndogg, May 27, 2006 IP