I want to hide cursor movement in text box.
+1
A:
textarea {
cursor: none;
}
That is what I gathered from your question.
I don't know if it is always such a good idea, it could be quite confusing for your users if their cursor disappears.
alex
2010-07-19 05:20:34
not supported in all browsers
Haim Evgi
2010-07-19 05:22:28