Hover over HTML element.

Hamill

Solid State Member
Messages
18
Hello guys, im trying to add a hover over popup over a textbox so that on mouseover a little popup will come up telling the user what to input.

I am not too fussed if this is in Java, however, im not very experienced in Java.

Here is a screenshot of the textbox i want to have the hover over:
firstname.JPG


Its the actual textbox that i want the mouseover event to occur.

The textbox is just a standard HTML form:

<input type="text" name="FirstName"><br />

Cheers for any help =)
 
This all depends on what you will want. If you want like a CSS tooltip, PM me and I can help you out.
 
Back
Top Bottom