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.
当 div:hover 使用我自己的 png 图标处于活动状态时,我想更改 div 鼠标指针图标。我怎么能用 css、jquery、javasript 做到这一点?
使用 CSS :
#yourDivId:hover { cursor:url('yourPath.png'), crosshair; }
请注意,最好提供回退(用逗号分隔值)。如果不能使用这里crosshair将使用。yourPath.png
crosshair
yourPath.png