on myspace. some ppl's profiles have something where when you hover over a picture, it becomes pixelated.
how can i do that?
and also, how can i do the squished text for the display name?
Pixeled pictures, and squished text?
For pixeled images on mouseover, put this code in your 'about me':
%26lt;style type="text/css"%26gt;
a:hover img { filter: progid:DXImageTransform.Micro
soft.
Pixelate (maxsquare=5) }
%26lt;/style%26gt;
For squished display name text try this one:
%26lt;style%26gt;
.nametext{color:000000; font-family:arial ;text-decoration: none;
font-size: ##pt;font-weight:;letter-spa
cing:-3pt;bord
er: none;
line-height:18pt;background-co
lor:none;text-transform: none; }
%26lt;/style%26gt;
No comments:
Post a Comment