Log in

View Full Version : Custom cursor not showing on FF



jzhang1013
09-24-2008, 04:18 PM
Hey guys, the following code works on Safari but not on Firefox can you guys tell me why?


cursor: url(img/prev.png), url(img/prev.png), auto;


Thanks,
John

Medyman
09-24-2008, 11:27 PM
Follow the instructions here: http://beradrian.wordpress.com/2008/01/08/cross-browser-custom-css-cursors/

jzhang1013
09-25-2008, 12:37 AM
thats exactly the same tutorial I followed, but it doesn't show. it is because I have my cursor as a .png? that shouldn't even affect it..

Medyman
09-25-2008, 01:56 AM
have you tried using default instead of auto?

jzhang1013
09-25-2008, 03:25 AM
well following that tutorial

cursor: url(img/prev.png), default;
didn't work...