javascript - Can you, and if so how do you get the default cursor as an Image? -


is there anyway can users default cursor texture in javascript image object?

not really. each browser free display whatever want cursor , there no api query image use. check browser name , version , download image source when it's oss project ... yeah.

that said, can define own cursors:

cursor: url('some-cursor.ico'), default; 

that way, try make browser use known image.

related:


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -