Increase cursor size in HTML body

后端 未结 2 1079
时光取名叫无心
时光取名叫无心 2020-12-11 18:10

Is there any way to programmatically increase the size of the cursor in a browser based application using CSS or jQuery?

I can chan

2条回答
  •  [愿得一人]
    2020-12-11 19:02

    there is no property regarding size of cursor but still you can use custom cursors, the trick behind this is to hide real cursor while show custom image. You can find more about this here Create Custom cursors

    edit: above link is dead, it's still found on wayback machine: https://web.archive.org/web/20170605131602/http://www.ajaxblender.com/howto-create-custom-image-cursors.html

提交回复
热议问题