Link to home
Start Free TrialLog in
Avatar of mattursin
mattursin

asked on

How to keep the onMouseOver after clicking the link, while maintaining other rollovers

Hello,
I need some help with my navigation bar. It is a serverside include. I want the mouseover buttons to remain highlighted like the mouseover onto the next page so that the user can see which page they are currently on. But I want the other onmouseover's to still work. Is that possible?
Thanks
-Matt
ASKER CERTIFIED SOLUTION
Avatar of sam85281
sam85281

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Using a server side include is messy and I do not recommend Flash unless you are into that flash in a big way. The simplest way to do this is to write the javscript for the nav bar and  either use

(1) frames

(2) Have a separate page for each navigation option (the easist)

(3) Pass the menu state to the next page with the query string.


The javascript for a nav bar is not difficult at all.

..I would write it but must go to bed now.
Avatar of mattursin
mattursin

ASKER

Thanks - I guess it's time I abandon the includes then.