View Full Version : hey i rly need help here


sabrinastar
03-14-2003, 07:29 PM
how do u put filters into css on a hovering link? ive tried tons of codes but they dont work... can some1 plz help me?

lefty
03-14-2003, 10:25 PM
depends on the filter, really. Mind posting a code?

sabrinastar
03-15-2003, 02:14 PM
it's for glowing text... i don't think i got the code right... do you have a better one?

<style type="text/css">
<!--
A:link
{ text-decoration: none; color:#0099cc}
A:visited
{ text-decoration: none; color:#0099cc}
A:active
{ text-decoration: none; color:#0099cc}
A:hover
{ text-decoration: none; filter:glow(color-007700,strength-6); color:#000000}
-->
</style>

Lakini's Juice
07-04-2003, 11:25 PM
That code works fine for me. At the top of your document(s) do you have a DocType declared? That may be your problem. I had to remove mine to get it to work. You should really have one but I can't find one that works with the filters. Try and remove it and see what happens...

Lakini's Juice
07-04-2003, 11:28 PM
Oh and here's something else replace filter:glow(color-007700,strength-6) with filter:glow(color:007700,strength:6) that might be it also...the other thing about the doctype might still cause problems so do this first then if it doesn't fix it check your doctype.