Click to See Complete Forum and Search --> : Custom cursor help plz...


JavaHead Jonnie
11-11-2003, 01:01 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?

Jona
11-11-2003, 06:48 PM
Not unless IE went against the W3C CSS2 Recommendation (http://www.w3.org/TR/CSS2/) again. :rolleyes:

[J]ona

JavaHead Jonnie
11-12-2003, 10:51 AM
Oh well.