View Full Version : Help Please


running4urlife
12-24-2006, 03:58 AM
:confusion can someone tell me how to use the program Icon Art. I downloaded it from lissa explains last night.

i made a cursor and uploaded it to my server thing and put it on my site. Here is the code I used.

<style>
a {
cursor:url("http://www.fuzziepaws.com/rainbow.cur");
}
</style>


but i don't see the cursor on the page... it's not working... am I doing something wrong?

Arwen
12-24-2006, 12:24 PM
<style>
a {
cursor:url(http://www.fuzziepaws.com/rainbow.cur);
}
</style>

running4urlife
12-26-2006, 11:04 PM
OH I see, im so stupid

ty soooo much!!!!!!!

running4urlife
12-26-2006, 11:19 PM
sorry, double post

running4urlife
12-26-2006, 11:27 PM
sorry for triple post please delete them...



Never mind... it doesn't work. i don't get it I don't see the cursor again
please help me. are cursors supposed to be 32 x 32 pixels?

Arwen
12-27-2006, 09:17 AM
Try adding a:hover