norashlea
-
3/2/2006 10:08:27 AM
Re: CMSMenu use with images
Maybe you've already found the way to do this with CSS, but just to let you know how I do it. In all the .CMSMenuItem* and .CMSMenuHighlighted* classes, I just include:
background-image: url([imagename]); background-repeat: no-repeat;
Regards, Sharon.
|