Zeate
05-11-2003, 05:51 PM
Hi!
I've made my own cursor at the axcursors program.. And now I want it to appear in my link, when people touch it...
This is the code I have, but maybe it's wrong, or.. Yeah, I don't really know.. hehe =)
Plz help me?
A:hover {
font-family: verdana;
background-color: #008000;
cursor: url("ed.cur");
text-decoration: none;
}
I've also tried without the ->"<-, but it doesn't work
:/
amicus
05-11-2003, 07:27 PM
is your cursor file in the same directory as the page?
Zeate
05-12-2003, 02:54 PM
Yes... it is.. this is really bugging me now :(!!
amicus
05-12-2003, 03:59 PM
do you have a url 'cos i've tested the code and it works. i think there's something else wrong.
druza
05-13-2003, 12:08 AM
I think that this cursor code only works with IE 6. Maybe the code really works but you just can't see it because you have IE 5?
Zeate
05-13-2003, 06:04 AM
No, I don't have IE6... Hmm.. how boring then :(
Then I have to live without it.. hehe.. Because it's a little stupid, if you don't have IE6, you don't see the cursor.. doh'! Hmm..
designhazard
05-13-2003, 12:30 PM
could you try without the quotes?
example:
A:hover {
font-family: verdana;
background-color: #008000;
cursor: url(ed.cur);
text-decoration: none;
}
Zeate
05-13-2003, 06:27 PM
yes, I've done it too.. Hmm.. maybe I'll just give it up!
Hmm.. I almost tried everything!
amicus
05-13-2003, 06:29 PM
i've tested the code and it still working, do you have a url to your page and to the cursor? maybe there's something wrong with the cursor file so ie is using the default cursor.
Zeate
05-14-2003, 05:54 PM
No, i just think that I ave an older version of IE... I don't really know what's version I have.. Guessing IE 5.5, and the cursor thinige, I need IE6..
amicus
05-14-2003, 05:59 PM
i don't think it's the ie version. 5.5 should be new enough but i'm not sure.
designhazard
05-14-2003, 11:35 PM
to check what version you have, click Help -> About Internet Explorer