cyrus's profile picture

Published by

published

Category: Web, HTML, Tech

help...

how the skibidi do i make a cursor that changes to a different picture when you hover over a link???


0 Kudos

Comments

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

Josh Rivers

Josh Rivers's profile picture

here's the code i use.

<style>
/*====================
* for cursors go to https://icons8.com or https://www.cursors-4u.com
======================*/

/* this is the cursor that appears when you hover over links */
a:hover{
cursor: url('URL HERE.png'), auto;
}
/* this is the main cursor */
* {
cursor: url('URL HERE.png'), auto;
}
</style>


Report Comment



THANK YU SO MUCH

by cyrus; ; Report

THANK YU SO MUCH

by cyrus; ; Report