I am trying to set up my subcategories to have a background image. The image and the text do not align? Can someone point me in the right direction? The site I am working on is at www.intimate2u.com. This is the CSS entry that I am using.
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {^M
color: #FF0000;^M
text-decoration: none;^M
text-align: center;
display:block;
background: url(../images/intimate2ubuttonhover.gif) no-repeat left top;
height:20px;
margin: 0;
padding: 0px;
}^M
The text seems to be moved down at first glance but I am not so sure this is what is going on. When I added the background images to the categories using the same method I had to make a change to the tpl_categories.php file. I had to get rid of a <br /> in the line
$content .= '' . "\n";
This used to be
$content .= '<br /> . "\n";
If you look at my site you will see the issue. I will leave it up like this for a short while!
Mike



