SA Developer .NET

Adding a custom cursor to your website

Adding a custom cursor to your website

To add a cursor to your web page, all you need is a cursor - *.cur

Then add it to your site and reference the cursor like below in each page that you want the cursor to show.

<body style="cursor:url(~\cursor.cur);">

where cusor.cur is the name of your cursor..

Recent Comments

Leave the first comment for this page.