Home» Forum» Web & Tech» custom cursor help?

custom cursor help?

Back to Web & Tech

ive been having an issue where whenever i add a custom cursor it seems to negate the line of code below it (if it works at all). im super new to html so im wondering if its a missing bracket issue? the problem persists when ripping a cursor off of someone's preexisting layout so idk what im doing wrong on my end. thanks!

helpful tip for anyone experiencing the same issue: make sure you dont accidentally delete entire lines of code while copy pasting. should clear up the issue! @_@ ;;

personally, i just use 

<style>

HTML,BODY{cursor: 

url(any png https),

auto;}


A:hover{cursor: 

url(any png https),

auto;}

</style>



BUT there's probably a better way of doing that.

- edit: always seprate with } or </style>. Gotta remember how ur laying it down for it to work so missing one of those in a spot might be part. Just shove the cursor code at the end of ur list of coding as well, just avoids everything being turned red lol

You must be logged in to reply.