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.
独自の png アイコンで div:hover がアクティブなときに div マウス ポインター アイコンを変更したい。css、jquery、javasriptでどうすればいいですか?
CSS の使用:
#yourDivId:hover { cursor:url('yourPath.png'), crosshair; }
フォールバックを提供する方がよいことに注意してください (カンマで値を区切ります)。使えないcrosshair場合はこちら。yourPath.png
crosshair
yourPath.png