petsounds
07-19-2006, 04:05 AM
First post here so go easy on me :)
I have some text fields on a JSP form, when the mouse rolls over these fields I would like to display some help text in a pop-up, not like an "alert" pop-up, maybe an "information bubble" - one that appears when the mouse is over the field and then disappears automatically, with the user not having to do anything...
Ideally, the help text should come from a property file...
Ive messed around with 'onMouseOver' event but cant get very far with it...
Any help is appreciated guys...
Thanks...
Tommy
I have some text fields on a JSP form, when the mouse rolls over these fields I would like to display some help text in a pop-up, not like an "alert" pop-up, maybe an "information bubble" - one that appears when the mouse is over the field and then disappears automatically, with the user not having to do anything...
Ideally, the help text should come from a property file...
Ive messed around with 'onMouseOver' event but cant get very far with it...
Any help is appreciated guys...
Thanks...
Tommy