CSS cursor resolution selection

时间:2017-08-03 07:10:08

标签: javascript html css cursor

I am working on changing cursor in Angular2/Javascript, and I'm using .cur file in order to represent the cursor. I'm using the correct manner:

cursor:     url(cursor.cur), auto

However, my .cur file contains 3 resolutions cursors (for each screen resolution). I select the wanted resolution in code. How can I select the wanted resolution in the CSS? It picks the wrong resolution automatically.

0 个答案:

没有答案