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,555
  • 31
  • 31
  • 45
alt
  • 13,357
  • 19
  • 80
  • 120

1 Answers1

-3

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

Paul Alex
  • 30
  • 3