See http://bldd.nl/prototypes/megamenu/test23.php
I am stuck with this, if you rollover the submenu navigation you see the corresponding mainmenu rollover sprite?
How can i fix this and optimize the css?
|
See http://bldd.nl/prototypes/megamenu/test23.php I am stuck with this, if you rollover the submenu navigation you see the corresponding mainmenu rollover sprite? How can i fix this and optimize the css? |
||||
|
|
|
Your CSS uses a descendant selector: This will match any The simplest solution would be to give the root This way, it wouldn't match the subitems, since they wouldn't have the If you don't need to support IE6, you could also use a child selector: |
|||||||||||
|