HOW TO MAKE CURSORSSSSSSSSSSS

HEYLO so if ur one of the peeps confused abt how to make cursors differnt heres howwwwwwwwwwwww!!!

so find the image of the cursor u want and paste it into these basically (where it says here)
(make sure ur url has .png or smthn at the end!!)

<style>
a:hover{
 cursor: url(' (here) '), auto;
}
* {
 cursor: url(' (here) '), auto;
}
</style>

for example

<style>
a:hover{
 cursor: url('http://www.rw-designer.com/cursor-view/124164.png'), auto;
}
* {
 cursor: url('http://www.rw-designer.com/cursor-view/97586.png'), auto;
}
</style>

i use thees :D


3 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

L3viath3n

L3viath3n's profile picture

YAYY IT W0RKED : D ILL CREDIT Y0U, THANK Y0U!


Report Comment