javascript mousover effect
Moderator: General Moderators
javascript mousover effect
I want to have two mousover effects on one object. I have a roll over image that changes the image but I also want to change the text in the status bar when it rolls over. How can I do this?
- Johnm
- Forum Contributor
- Posts: 344
- Joined: Mon May 13, 2002 12:05 pm
- Location: Michigan, USA
- Contact:
Try something like this:
John M
Code: Select all
onMouseover= " function call ; function call";John M