I have the following CSS which displays a background image in the anchor. The problem is that the link text is displaying over the image. Any ideas?
a.interactive {
background:url(../images/icons/icon_interactive.png) left center no-repeat;
padding-right:50px;
display:inline-block;
}
I added padding-left which shifted the text over to the right…