HPFanatic8
12-31-2003, 07:49 PM
I'm having trouble with a link transition on my css code. I want my links to have a fade affect to them so this is the code I'm using in css sheet:
Code:
A:link
{color:#9D7C62; text-decoration:none;cursor:"default"}
A:visited
{color:#9D7C62;text-decoration:none;font-weight:none}
A: active
{color:#9D7C62;cursor:default;height:1px;behavior: url"http://destined.org/dreamer/link.htc";filter:progid:dximagetransform.microsoft.fade}
A:hover
{color:#000000;text-decoration:none;background-color:none;font-weight:none;cursor:default;
Any ideas why it's not working? If you want it for reference, here's the page I'm using is at http://destined.org/dreamer/JohnnyDepp.htm. Thank you very much! :D
Code:
A:link
{color:#9D7C62; text-decoration:none;cursor:"default"}
A:visited
{color:#9D7C62;text-decoration:none;font-weight:none}
A: active
{color:#9D7C62;cursor:default;height:1px;behavior: url"http://destined.org/dreamer/link.htc";filter:progid:dximagetransform.microsoft.fade}
A:hover
{color:#000000;text-decoration:none;background-color:none;font-weight:none;cursor:default;
Any ideas why it's not working? If you want it for reference, here's the page I'm using is at http://destined.org/dreamer/JohnnyDepp.htm. Thank you very much! :D