Kalli
08-05-2004, 08:45 PM
i made a cursor and want to put it on my site does anyone know who to do that?
Kalli
Kalli
|
View Full Version : cursor help Kalli 08-05-2004, 08:45 PM i made a cursor and want to put it on my site does anyone know who to do that? Kalli Monkey Bizzle 08-06-2004, 04:14 AM add this to the head tag of each page you want to have the cursor on... <style type="text/css"> body{ cursor: url('cursorname.ext'); } </style> mirebast 08-13-2004, 07:01 PM I tried the code, but its not working. Please help? |