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 10 中显示 I-bar 除外。如何让 IE 10 显示指针而不是 I-bar?我已经尝试了我在这里找到的所有关于显示手或指针的问题的建议,但没有一个有效。
不同的浏览器使用不同的名称。
{cursor: hand; cursor: pointer; }
将在所有情况下为您提供保障。