this is what i have in my stylesheet... if theres a different css you wanted lemme know.
PHP Code:
#categories a {
background-repeat: no-repeat;
display: block;
}
a.catBg14 {
background-image: url(../images/catbg14.gif);
height: 30px;
}
a.catBg14:hover {
background-image: url(../images/catbg14hover.gif);
height: 30px
}
for sure the image names are correct and theyre in the right folder, as the non hover image work.
i've read over the readme (not saying i didnt miss anything) - is there anything else i need to do other than add that passage to my stylesheet and put the gifs i n the right folder to get hovers to work?
Bookmarks