I cannot get the comment buttons to render properly in IE7 and IE8. This is the URL: http://bit.ly/dJkZuI
It works fine in all other browsers. I have been banging my head the past days trying to solve it with no success. Any assistance would be greatly appreciated.
It has something to do with the fact that you have two anchor tags inside that div, not just one. If you hover over each of those images, you will see that they both go to a different URL.
Your CSS is set up to have the anchors in that div take up space, so even though the anchor has no content inside it, it is still taking up the same amount of space. Remove the anchor that doesn’t have any text and the problem should go away.
You also have javascript errors that you should probably clean up, but that shouldn’t be related to this specific issue.