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
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
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
..I would write it but must go to bed now.
ASKER
Thanks - I guess it's time I abandon the includes then.
(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.