Unordered list (comments) messed up with IE

Discussion in 'HTML & Website Design' started by Zhu, May 23, 2008.

  1. #1
    Hi,

    I'm experiencing problems with my blog comments on the website Correr Es Mi Destino.

    In FF, it shows normally, but in IE (6 and 7), the comment metadata, comment boxes, comment text etc. gradually shifts to the left. See: the comments

    According to firebug and IE developer toolbar, it's a problem with commentlist. Here is the CSS:

    First CSS

    2nd CSS sheet:

    Any fix for that problem? I'll be very grateful!

    Thanks
     
    Zhu, May 23, 2008 IP
  2. paispais

    paispais Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try googling css browser hacks for ie. Internet Explore always causes problems in browsers. When I design sites I usually create a separate css file that is targeted towards ie by using conditional statements.
     
    paispais, May 23, 2008 IP
  3. rochow

    rochow Notable Member

    Messages:
    3,991
    Likes Received:
    245
    Best Answers:
    0
    Trophy Points:
    240
    #3
    Add:

    to the top of your stylesheet. You'll find that eliminates a lot of the cross-browser problems (in any project, not just this one)
     
    rochow, May 24, 2008 IP
  4. Zhu

    Zhu Well-Known Member

    Messages:
    321
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #4
    Thanks both for your tips. I ended up rewriting the CSS for the comments and somehow got it to work. Bottom line is, I didn't find an easy fix I could pass on. A bit of luck I guess!
     
    Zhu, May 24, 2008 IP