Hi! I just had a question about your cursor: ``* { cursor: url(https://cur.cursors-4u.net/nature/nat-9/nat839.cur), auto; }`` : when it gets to the screen edge it doesn't switch back to the default system cursor... why not? is it because the file is ".cur"? I have tried ".png" and find that it switches when you reach too close to the screen edge, where the width would fail...
hi! i'm not really sure if this is the solution, but what i did is that i applied the butterfly cursor to all elements using the * identifier. then, for example, if i want to use a pointer cursor on a link, i would just overwrite it in that section using cursor: pointer !important.
Thanks for that reply, good information! It might be exactly what you are suggesting... I have to test it out when I get back around to working the cursors. Thanks for that.
hi! i'm not really sure if this is the solution, but what i did is that i applied the butterfly cursor to all elements using the * identifier. then, for example, if i want to use a pointer cursor on a link, i would just overwrite it in that section using cursor: pointer !important.
i don't know about cursor file types. on this page https://inthemeantimewecry.neocities.org/content/please_neocities i used a .png cursor and it worked just fine. also, in the past i got problems with my cursors when i added a moving title tab code (especifically this one https://github.com/cameronsamuels/marqueetitle/blob/master/marquee.js), so i deleted that.
Thanks for that reply, good information! It might be exactly what you are suggesting... I have to test it out when I get back around to working the cursors. Thanks for that.
no problem!