Weird CSS issues in IE.. Please help..
-
Right, I use the same style sheet for both, but in IE, it looks kind of ugly with very pixely text. And this only happens with the h2 tag I use in the ajax comments, in other areas, it looks just fine.
https://liberta.espoireve.com/shared/01.gif
my h2 css is
h2
{
letter-spacing: 2px;
font-weight: bold;
font-size: 8pt;
color: #D76500;
text-transform: uppercase;
background: url(images/h2.gif) no-repeat;
padding-left: 40px;
clear: both;
}.commentreply
{
margin: 0 50px 0 50px;
}and I use this to link
<h2 class="commentreply"><a href="<?php comments_link(); ?>">Leave a comment</a></h2>
Any idea why and how to fix it?
By the way, can anyone tell me if there is a loading image for the “show comments” in IE, the image doesn’t appear in my IE but it does in FF.
Thanks ?? all help appreciated
- The topic ‘Weird CSS issues in IE.. Please help..’ is closed to new replies.