How To Remove Cursor From Text Box?
Here is my code:
Copy
Solution 2:Poor man's solution: transmit value in a hidden form item ( Solution 3:The mouse cursor has several CSS values. To remove the cursor from the textbox you can use the following
By setting it to none, the cursor will not be displayed. But you can also choose to use other styles like Solution 4:Do you mean this :
Demo : http://jsfiddle.net/UuZnh/ |
Post a Comment for "How To Remove Cursor From Text Box?"