View Full Version : link effects, anyone?


hehehe
07-12-2003, 07:33 AM
When I use this code,

A{cursor:default;height:1px;behavior:url(linkhilig ht.htc);filter:progid:dximagetransform.microsoft.s lide(duration=1)}
A:link{color:#000000; text-decoration:none;cursor:"default"}
A:visited{color:#000000;text-decoration:none;font-weight:none}
A:hover{color:#000000;text-decoration:none;background-color:none;font-weight:none;cursor:default}-->

it works, but on the links, it changes the backround color to white. I have used servial variations from different sites, but it still causes the bg of the link to be white.

Help, please?

burningstars
07-12-2003, 02:51 PM
A:link{color:#000000; text-decoration:none;cursor:"default"}
A:visited{color:#000000;text-decoration:none;font-weight:none}A:active{color:#000000;text-decoration:none;font-weight:none}
A:hover{cursor:default;height:1px;behavior:url(lin khilight.htc);filter:progid:dximagetransform.micro soft.slide(duration=1)}


You can try that... did you want it to be just on hover? or all the time?

kicker91
07-12-2003, 03:14 PM
"none" usually means the default color, white. try the color of your background or put "transparent"

Dude128
07-13-2003, 03:33 AM
if you don't want a certain property, say, background color, then leave out that attribute, say, background-color :)