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?Not unless IE went against the W3C CSS2 Recommendation (<!-- m --><a class="postlink" href="http://www.w3.org/TR/CSS2/">http://www.w3.org/TR/CSS2/</a><!-- m -->) again.
[J]onaOh well.
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?Not unless IE went against the W3C CSS2 Recommendation (<!-- m --><a class="postlink" href="http://www.w3.org/TR/CSS2/">http://www.w3.org/TR/CSS2/</a><!-- m -->) again.
[J]onaOh well.