Can I use an .ico in the css cursor property without consequences (i.e full browser compatibility.) or must I use a .cur?
As in:
cursor: url(img/cursor.ico);
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
curfiles andicofiles are almost identical. The only important difference is that the cur file has a hotspot at the tip of the icon.You should find that both work identically over the web.