Possible Duplicate:
How to use this square cursor in a HTML input field?可能重复:如何在HTML输入字段中使用这个方形光标?
Is there a way to change the cursor style of an HTML text <input>
's cursor to the "block" kind like a command prompt?
是否有一种方法可以将HTML文本的光标样式更改为类似命令提示符的“块”类型?
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.
谢谢。
2 个解决方案
#1
5
You can find two examples in:
你可以在以下两个例子中找到:
-
How to modify the caret with css
如何使用css修改插入符号?
-
How to use this square cursor in a HTML input field?
如何在HTML输入字段中使用这个方形光标?
#2
-2
To hide the cursor you can use : cursor: none;
要隐藏游标,可以使用:游标:none;
#1
5
You can find two examples in:
你可以在以下两个例子中找到:
-
How to modify the caret with css
如何使用css修改插入符号?
-
How to use this square cursor in a HTML input field?
如何在HTML输入字段中使用这个方形光标?
#2
-2
To hide the cursor you can use : cursor: none;
要隐藏游标,可以使用:游标:none;