Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OnMouseOut rollover stays

Status
Not open for further replies.

hablablow

Programmer
Sep 9, 2000
115
0
0
FR
Does anyone have the proper syntax to make a OnMouseOver rollover staying on a OnMouseOut ? [sig][/sig]
 
If I understood your request correctly, what you want is to have the same effect with OnMouseOut event as you do with OnMouseOver. In other words, once the mouse is moved over a target, you want that effect to stay when the mouse is moved away. If that is your question, then there are two possible answers:

1) Provide a handler for the OnMouseOver event only (and do nothing for the OnMouseOut event) OR
2) Provide the same handler for both events (OnMouseOver and OnMouseOut).

Either approach will provide the result you are looking for. [sig]<p> <br><a href=mailto: > </a><br><a href= > </a><br>Yogesh Pancholi<br>
"If a pig loses its voice, is it disgruntled?"[/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top