css - custom cursor image -
How to implement a custom cursor image for the listback dropdown? When applied as a CSS,
Select body, body option {cursor: url (pointer, koor), auto; } This is not applying for the dropdown in Chrome browser.
used on
cursor: url (/ img / magnify .cur), -moz-zoom-in, -webkit-zoom-in auto; You can also see keywords supported by different browsers.
You can
Comments
Post a Comment