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>
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>
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
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
L3viath3n
YAYY IT W0RKED : D ILL CREDIT Y0U, THANK Y0U!
Report Comment