JavaHead
11-11-03, 01:56 PM
I am using the following css:
BODY {cursor: url(cursor.cur);}
a {cursor: url(cursor.cur);}
to place a custom cursor on my pages, however, when I move the mouse over a scrollbar the cursor changes back to the default one. Is there any way to change this?
BODY {cursor: url(cursor.cur);}
a {cursor: url(cursor.cur);}
to place a custom cursor on my pages, however, when I move the mouse over a scrollbar the cursor changes back to the default one. Is there any way to change this?