CODE
a:hover {filter:progid:dximagetransform.microsoft.pixelate(duration=.25, maxSquare=3, enabled=true); height: 4px; clip: rect( );}
a:hover image { border-color:FE00BA; }
a:hover image { border-color:FE00BA; }
. . .so my pictures would be both pixelated AND have a pink border.
But now I'm trying to use the same code in a new layout and it pixelates, but it doesn't have a border.
Does anyone know why it would've worked 6 months ago or so and not work anymore? Did something change that I don't know about? And does anyone know how to get the same effect now?