I can't find any information about this topic. I want a simple custom cursor with CSS. I have this code right now:
cursor: url('img/cursor_left.png'), auto;
It shows the cursor, nothing wrong. But it's blurry, because it isn't compatible for retina display. Anyone knows how to fix this?
Thanks, Angelo.
cursor:
definition is valid and overrides the plain url one. – Dual