I think I'm just having a brain lapse, but I can't figure out how to make my linked images NOT have the background attributed to text links.
Text:
.hentry a:hover {
color:#fff;
background:#993333;
border:0;
}
Image:
img a:hover,img a {
background:#fff;
}
Doesn't work. See this page. There is a red thing on the bottom of the linked images (when you hover over them). I don't want this.
Any help?