Hello, I'm trying to build a Superfish where the menu items are images with two states.
I managed to play with the background-image attribute of the ".nav li" and ".nav li:hover" elements but that applies to all the menu elements background. I need each element to have its own background. I tried giving them different IDs and testing the same approach with ".nav li #id" with no success, the selector doesn't work. Does anyone know if this is possible and, if it is, which approach is the most simple one to achieve this. Thanks in advance Manuel