Hi,
//oversimplified--->
I have made a page with a nav bar at the top, consisting of a table with images for the buttons. It is scripted to swap the image with a "highlighted" image using onmouseover and returns to "normal" onmouseout.
what i would like to do is have an onmousedown(?) event that keeps the button highlighted until another button is pressed. When another button is pressed, it should become highlighted and the previous one return to "normal."
any suggetions on how this can be done?
thanks in advance
//oversimplified--->
I have made a page with a nav bar at the top, consisting of a table with images for the buttons. It is scripted to swap the image with a "highlighted" image using onmouseover and returns to "normal" onmouseout.
what i would like to do is have an onmousedown(?) event that keeps the button highlighted until another button is pressed. When another button is pressed, it should become highlighted and the previous one return to "normal."
any suggetions on how this can be done?
thanks in advance