Take a look at my site -> mangtolo. When you click at the big comment button’s image (exactly on the image), it doesn’t take you anywhere. But when you click the surrounding a tag background, the link works.
How do I make it clickable(img tag) so that it takes me to the comment page? Is it supposed to be clickable but the structure of my html or CSS doesn’t permit it?
<div id="fblikebutton">is positioned relative and is rendered on top of your comment button. Add abackground-colorand you’ll see that it’s blocking the comment button.