Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Javascript only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
Javascript
tootltip for HTML input textbox
tootltip for HTML input textbox
Collapse
This topic is closed.
X
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
Roman
#1
tootltip for HTML input textbox
Jul 23 '05, 03:42 PM
Is there any way to display a tooltip when the user puts their mouse over an
input box?
Thanks
Hywel Jenkins
#2
Jul 23 '05, 03:42 PM
Re: tootltip for HTML input textbox
In article <cosj4f$dgq$1@o nline.de>,
spam@spam.de
says...[color=blue]
> Is there any way to display a tooltip when the user puts their mouse over an
> input box?[/color]
<input title="Somethin g here" ...>
--
Hywel
http://kibo.org.uk/
I do not eat quiche.
Comment
Post
Cancel
Grant Wagner
#3
Jul 23 '05, 03:43 PM
Re: tootltip for HTML input textbox
Roman wrote:
[color=blue]
> Is there any way to display a tooltip when the user puts their mouse over an
> input box?
>
> Thanks[/color]
Nothing to do with JavaScript
:
<form name="myForm">
<input type="text" name="myInput" title="This is my input box">
</form>
<form name="myForm">
<label for="myInputId" title="This is my test input">
Label:
<input type="text" id="myInputId" name="myInput">
</label>
</form>
Works in IE6, Opera 7+, Gecko-based browsers.
--
Grant Wagner <gwagner@agrico reunited.com>
comp.lang.javas cript FAQ -
http://jibbering.com/faq
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment