hi there,
I would like to change the cursor of a page to a cursor im
storing on my server...
i know i can use
body {cursor:normal;}
but how would i use mine?
as
body {cursor:dollarsign.cur;}
doesnt seem to work.
Any ideas?You have to do this:cursor:url(dollarsign.cur), default;Here (<!-- m --><a class="postlink" href="http://www.w3schools.com/css/pr_class_cursor.asp">http://www.w3schools.com/css/pr_class_cursor.asp</a><!-- m -->) is some more info about the cursor rules.
It's cursor:dafault; not cursor:normal; by the way.
I would like to change the cursor of a page to a cursor im
storing on my server...
i know i can use
body {cursor:normal;}
but how would i use mine?
as
body {cursor:dollarsign.cur;}
doesnt seem to work.
Any ideas?You have to do this:cursor:url(dollarsign.cur), default;Here (<!-- m --><a class="postlink" href="http://www.w3schools.com/css/pr_class_cursor.asp">http://www.w3schools.com/css/pr_class_cursor.asp</a><!-- m -->) is some more info about the cursor rules.
It's cursor:dafault; not cursor:normal; by the way.