View Full Version : Cursor boxes, how do i get them?


chazvik
12-19-2004, 02:03 PM
I know how to create a mouseover link to show the different types of cursors,
But i want to create a box that you can mouseover and view them.
Can anyone help me?
I'd appreciate it, Thanks
Charlotte

dudepet39
12-19-2004, 02:12 PM
Try this code:

(Stuff in Bold change)

<table style="cursor:url(CURSOR URL HERE);" bgcolor="BLACK" border="0" cellspacing="0" cellpadding="1"><tr><td> <table bgcolor="WHITE" border="0" cellspacing="0" cellpadding="3"><tr><td><td> <font color=BLACK size=1 face=verdana>Hover</font><td><tr> </table></table>

chazvik
12-19-2004, 02:17 PM
wow thanks it worked!!

Where did you get that code from?

dudepet39
12-19-2004, 02:46 PM
I got it from a site with cursors by viewing source.

chazvik
12-19-2004, 02:48 PM
wHAT SITE WAS IT?

dudepet39
12-19-2004, 02:50 PM
From www.airfaerie.com.

chazvik
12-19-2004, 02:51 PM
Thanks :)