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.
如何为列表框下拉应用自定义光标图像?当 css 应用为时,
body select, body option{ cursor: url(Pointer.cur), auto; }
它不适用于chrome浏览器中的下拉菜单。
习惯了这个
cursor:url(/img/magnify.cur), -moz-zoom-in, -webkit-zoom-in auto;
您还可以查看不同浏览器支持的光标关键字列表。
你可以使用jquery插件