Hi, I was getting this code to work before but now it’s not and it’s driving me crazy!!
Anyone know what I am doing wrong? Here is the code:
body {cursor:url(gloveopen.cur)}
body * {cursor:url(gloveopen.cur)}
[href] {cursor:url(gloveclick.cur)}
[onClick] {cursor:url(gloveclick.cur)}
You see, the code is supposed to make it so when the user mouses over anything with the href or onClick attributes, it changes the mouse cursor to gloveclick.cur. But when on anything else, it is gloveopen.cur. It doesn’t work and I don’t know why! I don’t know css that well but it is such a short bit of code what am I missing?