Forum Moderators: not2easy
The effect I am trying to create is when the user has pressed the/a submit button on the page the cursor changes to the cursor:wait (egg timer on ie) and maintains this state till the page has gone from view. I can partially do what I am after by using the onclick event this.style.cursor = 'wait' BUT when the user moves their mouse away from that element it looses its current state of wait and returns to the default cursor.
Anyone know off hand how to get this working?
Many thanks,
-George