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.
我正在使用 JQuery Selectable 项目来模拟按钮,我想让可选择的文本都无法选择(所以它不能突出显示),但我也想让文本光标在鼠标悬停时出现。
基本上我希望文本充当图像或其他非交互元素。我怎样才能做到这一点?
要更改特定元素上的光标,您可以使用cursorCSS
cursor
例如
.def { cursor:default }
或者
.ptr { cursor:pointer; cursor:hand}
并将类分配给有问题的元素