xcherrykiss
02-02-2003, 01:08 AM
Alright.. this is about the pixellated hover link. I went through almost all of the other threads to see if that would help and it didn't. All I get is a big pink or blue box when I hover over the links.
Heres my code:
<style type="text/css">
<!-- a:hover {behavior:url(http://home.attbi.com/~kissmytearsaway/link.htc); color:cc3399; filter:
progid:dximagetransform.microsoft.pixelate (duration=1.0); height:0px; text-decoration:none} -->
</style>
<style type="text/css">
<!--
body {
cursor:help;
background-color: #ffffff;
background-image:url(http://www.webpost.net/mo/morphineseason/001.jpg);
background-repeat:repeat;
background-attachment:fixed;
background-position:center;
}
a:hover {
color:#095494;
text-decoration:none;
cursor:help;
}
a:link {
text-decoration: none;
cursor:help;
}
a:active {
color:#095494;
text-decoration: none;
cursor:help;
}
-->
</style>
Anyone know what's going on???
Heres my code:
<style type="text/css">
<!-- a:hover {behavior:url(http://home.attbi.com/~kissmytearsaway/link.htc); color:cc3399; filter:
progid:dximagetransform.microsoft.pixelate (duration=1.0); height:0px; text-decoration:none} -->
</style>
<style type="text/css">
<!--
body {
cursor:help;
background-color: #ffffff;
background-image:url(http://www.webpost.net/mo/morphineseason/001.jpg);
background-repeat:repeat;
background-attachment:fixed;
background-position:center;
}
a:hover {
color:#095494;
text-decoration:none;
cursor:help;
}
a:link {
text-decoration: none;
cursor:help;
}
a:active {
color:#095494;
text-decoration: none;
cursor:help;
}
-->
</style>
Anyone know what's going on???