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

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

jsp - Google line chart x-axis shrinks on transition -

java - Reaching JTextField in a DocumentListener -