I use a pixelated link effect in a couple of my web pages, usually by adding a STYLE tage in the head. I have tried adding this into my css style-sheet:
A{color:#993300;text-decoration:none;behavior:url(pixel.htc); filter:progid:dximagetransform.microsoft.pixelate(duration=.7, maxSquare=22, enabled=false); height: 0px}
It won't work at all. Anyone have any idea how I could get it to work?