Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的浏览器是 IE 9。
有什么方法可以将文本框内的鼠标指针颜色更改为白色。我想将代码放在文本框的文本更改事件中谢谢
尝试这个
input[type="text"]:focus /*Or your css selector*/ { cursor:none; }