10

Possible Duplicate:
How to use this square cursor in a HTML input field?

Is there a way to change the cursor style of an HTML text <input>'s cursor to the "block" kind like a command prompt?

Block cursor

If not, is there a way to hide the default text cursor then append a block character at the end of the text that cannot be deleted?

Thanks.

General Grievance
  • 4,259
  • 21
  • 28
  • 43
alt
  • 12,593
  • 18
  • 75
  • 118

1 Answers1

-3

To hide the cursor you can use : cursor: none;

Paul Alex
  • 30
  • 3