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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there a way to do rollover text

Status
Not open for further replies.

yogi564

Programmer
Oct 16, 2001
48
0
0
AU
Hi all,

I wondering is there a way to do a rollover text by any chance. What it needs to do is that when a user clicks within a text input box, it should display the rollover text message and then let the use tye in the value for that text input box. I can do a rollover image for a start but I have not come across a rollover text. So could someone out there help me out.

Thanks
 
try using the title attribute in your input.

<input type=&quot;text&quot; title=&quot;Hello Word&quot; name=&quot;whatever&quot;>

cquick@callingpost.com
Geographic Information System (GIS), ASP, some Oracle
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top