Hi Glen, I just came across this thread browsing lol and thought an image behind my subcats would be nice....I have the image there fine:

http://www.havendesignz.com/store/designer-use

The problem I don't know how to fix LOL is that the text is not vertically centered...in FF it sits to the top and in IE it sits to the bottom, I have tried vertical-align: middle but that did nothing LOL

This is what I have in the stylesheet:

Code:
.categoryListBoxContents a {
    height: 30px;
    background-image:url('../images/subcat_bg.jpg');
    display:block;
    background-repeat: no-repeat;
    background-position:center center;
    }
Any ideas?