Hello,
Wow, this is a very useful module-- too bad my knowledge of CSS isn't really enough to make full use of it!
However, I've gotten what I wanted except for one thing. I'd like to have the flame resistant top category to have a background image.
I made my image, named it catBg4.png and saved it into the buttons/english folder with the other cat images. The only thing I did in defines was change the image extension from .gif to .png.
This is what I did in CSS:
#chcategories li a.catBg4 {
background-image: url(../buttons/english/catBg4.png);
background-repeat:no-repeat;
}
The result is no image for my category although its background color is changed as well as the background color of its subcategories when hovering (although I did give them their own defines and styles).
I'm learning that things don't just work at times and then not at others--there's always a reason. I know there's a simple mistake or rule that in the code that I'm missing, I just don't know what!
If you could just quickly point out what I'm doing wrong, I'd be very grateful, thanks a whole bunch for already have taken the time to help me.
Thanks again!
Bookmarks