|
-
August 18th, 2007, 07:33 AM
#1
text box content style with mouseover effect
Hi,
Any body know how to apply mouse over effect in textbox value . In that text box value i need close button also. Thank you
-
August 18th, 2007, 09:52 AM
#2
Re: text box content style with mouseover effect
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
August 18th, 2007, 09:55 AM
#3
Re: text box content style with mouseover effect
For future reference, this is a client-side issue, not a server-side problem.
So you want to change the value of a textbox onmouseover...
Code:
<input type="text" name="test_name_1" id="test_id_1" onmouseover="this.value='MOUSE OVER!!!'" />
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
September 5th, 2007, 08:36 AM
#4
Re: text box content style with mouseover effect
Do you want something like a tooltip over your text box?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|