Page 1 of 1

javascript mousover effect

Posted: Wed Jan 29, 2003 2:49 pm
by smoky989
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?

Posted: Wed Jan 29, 2003 3:17 pm
by Johnm
Try something like this:

Code: Select all

onMouseover= " function call ; function call";

John M