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

Tooltips for submit button

Status
Not open for further replies.

murphyhg

Technical User
Joined
Mar 1, 2006
Messages
98
Location
US
I have an input submit button and I need to add a tool tip to it. My scripting language is ColdFusion. Does anyone have any JavaScript that might work for this?
 
if you're talking about standard html rollover text "popups", then you can just use the title attribute:

Code:
<input type="submit" name="s" value="hi there" title="hi there" />

if you want styled text, however, you'll need to do some searching.

has plenty available.



*cLFlaVA
----------------------------
[tt]( <P> <B>)13 * (<P> <.</B>)[/tt]

[URL unfurl="true"]http://www.coryarthus.com/[/url]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top