I'm porting an XHTML/CSS theme to Wordpress, and I've run into a bit of trouble. I'm trying to place an icon to the left of the word "Comments", but Firefox places one on the left, and one next to it. IE displays it fine. Here's the CSS code and HTML code: <span class="comments"><a href="">A link</a></span> Code (markup): .post-footer .comments { background: url(images/comment.gif) no-repeat left center; padding-left: 20px; margin: 0 10px 0 5px; } Code (markup):