background images in the navigation
I have a left navigation menu, and would like to put separate background images in each menu item (not a single background image for the whole menu). I do not have any subpages, just the main level of links. I've done this before with a spry menu but can't figure out where to insert the backgrounds in all this CSS. Please help if you can! Thanks.
![](https://secure.gravatar.com/avatar/edc8619158b1658547317ec8fe8df210?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
-
Fluid Apricot commented
The ids are already predefined and you can use something like firebug http://getfirebug.com or view the page source code to locate them.
-
Anne333 commented
Thank you for your response. Are these ids already in the CSS file provided or do I have to create these ids? I don't see any with numbers in the CSS I downloaded. Where do these numbers come from?
-
Frank commented
Each menu item has a unique id (i.e, idMainMenuItem884746, idMainMenuItem884812, idMainMenuItem984365..etc). Using these (ie,. #idMainMenuItem884812 {background:#FFF;} ) you should be able to style each with it's own color.