« Web, HTML, Tech Forum

Custom Cursor Help?

Posted by Claire

posted

Forum: Web, HTML, Tech

Could anybody help me with adding a custom cursor to my page?


Thank you!


Report Topic

1 Reply

Reply by Positron832

posted

body {
  cursor: url(path to image);
}

Keep in mind that you should use 16x16 images for best support across browsers..


Permalink Report Reply