Click to See Complete Forum and Search --> : text box content style with mouseover effect


anicomsolu
August 18th, 2007, 08:33 AM
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

PeejAvery
August 18th, 2007, 10:52 AM
[ moved ]

PeejAvery
August 18th, 2007, 10:55 AM
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...
<input type="text" name="test_name_1" id="test_id_1" onmouseover="this.value='MOUSE OVER!!!'" />

davidc2p
September 5th, 2007, 09:36 AM
Do you want something like a tooltip over your text box?