jazzberry
02-19-2003, 11:21 PM
hey on my site, the pixellated links, at first they show up completely pixellated, but after you go over them, they turn normal. Is there any way to make them normal before you roll over them?
here is a small example of what's happening at my site http://icybaby.com/jazzberri/
StyGomez
02-22-2003, 02:14 AM
I had the exact same problem, except I didn't know it because it didn't show that on my browser (it looked fine on my end) but my visitors told me of the problem.
I looked at your site and I saw that all the links were pixeled out.
I finally found a script that's a little modified but it seemed to clear up the half-pixelated links... try this out:
a{behavior:url(link.htc);filter:progid:dximagetran sform.microsoft.pixelate(duration=1, maxSquare=14, enabled=false); height: 0px; clip: rect( ); }
Let me know if that helps! I'm not sure what part of that clears up the problem, though. Believe it or not, it's doesn't seem to be the enabled-false part (that's what I thought at first...). Heh, whatever works! :P
lefty
02-22-2003, 03:40 AM
It's actually both the enable and max-square part, I had a similar problem (http://www.lissaexplains.com/forum/showthread.php?s=&threadid=29083) quasi-recently. :) Sneaky little bugger, isn't it?