hide cursor movement in textbox [closed]
I want to hide cursor movement in text box.
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.
精彩评论