Im making a nav menu for my Wordpress page. I made it with PNG sprite and with some jquery hover effects.
I deliberately made the menu with PNG sprites, because the menu is static, no new categories will be added to it so I figured I'll do it with png.
What I want to do is to make the menu item stay in the hover state after the click - that way the user can see on what part of the website he currently is.
This is as far as I've got. The menu works, hovers correctly etc. But how do I make the hover effect for "aa" stay active when the visitor lands on test1.html page, "bb" for test2.html etc.?
I deliberately made the menu with PNG sprites, because the menu is static, no new categories will be added to it so I figured I'll do it with png.
What I want to do is to make the menu item stay in the hover state after the click - that way the user can see on what part of the website he currently is.
This is as far as I've got. The menu works, hovers correctly etc. But how do I make the hover effect for "aa" stay active when the visitor lands on test1.html page, "bb" for test2.html etc.?
Thanks!