CSS - Glow In Ff?
Hey,
I was trying to play with filters and found that I can't use glow with FireFox. Is there one that doesn't use images to resemble a glow? That would be great. I have googled but cannot find the way. If not it's all good, it was something that is minor. Chad Similar Tutorialscan some tell me why dis code doesn;t work?
Code: div.fLeft {float:left; padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px; filter:glow(color=red);} div.fLeft:active { color: #000066; filter:glow(color=blue) } |