javascript mousover effect

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
smoky989
Forum Commoner
Posts: 41
Joined: Mon Sep 02, 2002 1:14 pm

javascript mousover effect

Post 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?
User avatar
Johnm
Forum Contributor
Posts: 344
Joined: Mon May 13, 2002 12:05 pm
Location: Michigan, USA
Contact:

Post by Johnm »

Try something like this:

Code: Select all

onMouseover= " function call ; function call";

John M
Post Reply