View Full Version : I can't get my cursor color to change....


XxsamanthaxX
11-23-2003, 04:22 PM
I searched the forums and did everything the posts said to do, but I still can't get it to work. I saved the cursor as cursor.cur and added everything to the style sheet, but I still got nothing. The weird thing is that after I hover over a link, it stays as the little hand cursor. How do I fix this?

Thanks

-Samantha

kittycat
11-23-2003, 08:46 PM
Could you post your code or a link to the page?

XxsamanthaxX
11-24-2003, 09:00 AM
Ok here's the code that I'm using:

<style type="text/css">
<!--
a:link { color: #000000; text-decoration:none; font-weight: normal }
a:visited { color: #000000; text-decoration:none; font-weight: normal }
a:active { color: #000000; text-decoration:none; font-weight: normal }
a:hover { color:#000000; text-decoration: none; font-weight: bold }
-->
</style>

<style type="text/css">
BODY

{SCROLLBAR-FACE-COLOR: #ff00cc ;
SCROLLBAR-HIGHLIGHT-COLOR:#ff00cc ;
SCROLLBAR-SHADOW-COLOR: #ff00cc ;
SCROLLBAR-3DLIGHT-COLOR: #ff00cc ;
SCROLLBAR-ARROW-COLOR: #ff00cc ;
SCROLLBAR-TRACK-COLOR: #ff00cc ;
SCROLLBAR-DARKSHADOW-COLOR: #ff00cc;
SCROLLBAR-BASE-COLOR: #ff00cc }
</STYLE>

<style>
<!--
BODY{
cursor:url("http://www.smeared-pink.net/cursor.cur");
}
-->
</style>

MaGiCSuN
11-24-2003, 03:00 PM
try:

<style type="text/css">
<!--
a:link { color: #000000; text-decoration:none; font-weight: normal }
a:visited { color: #000000; text-decoration:none; font-weight: normal }
a:active { color: #000000; text-decoration:none; font-weight: normal }
a:hover { color:#000000; text-decoration: none; font-weight: bold }

BODY

{SCROLLBAR-FACE-COLOR: #ff00cc ;
SCROLLBAR-HIGHLIGHT-COLOR:#ff00cc ;
SCROLLBAR-SHADOW-COLOR: #ff00cc ;
SCROLLBAR-3DLIGHT-COLOR: #ff00cc ;
SCROLLBAR-ARROW-COLOR: #ff00cc ;
SCROLLBAR-TRACK-COLOR: #ff00cc ;
SCROLLBAR-DARKSHADOW-COLOR: #ff00cc;
SCROLLBAR-BASE-COLOR: #ff00cc;
cursor:url('http://www.smeared-pink.net/cursor.cur');
}
-->
</style>

Love,
Mirna

XxsamanthaxX
11-24-2003, 03:37 PM
No it's still doing it.... Thanks for the help though.....
What I was thinking about doing was changing the cursor to the alternate select cursor, it's like the resize cursor, but only an arrow. I can't find the tag to do that. Like ne-resize, help, n-resize.... I don't know what alternate select would be called......

Rosey
11-24-2003, 04:30 PM
I've been trying to get it to work and I can't either, all the websites say the same cursor:url(url) deal but I can't get it. It only works with ie6 and that's what I got.

Anyways here are the other cursors:


http://www.w3schools.com/css/pr_class_cursor.asp

MaGiCSuN
11-24-2003, 05:07 PM
In lissa's example she has .ani so i saved your .cur file as an .ani in animation shop and it works fine :)

Love,
Mirna