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
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.
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)
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!