help, i dont know what its called.

liunx

Guest
cvvghjbknmljhgvcftgyhjnkml,jnhbgtfr<!--content-->most of the time if you view the source you can figure out how something is done (right mouse click - view source)<br />
<br />
this line of code shows how it's done:<br />
<br />
a{height:1px; behavior:url(Pixelate.htc);filter:progid:DXimagetransform.microsoft.pixelate(duration=.5, maxSquare=10, enabled=false); clip: rect( );}<br />
<br />
<br />
it's an ie specific filter, in other words only works in ie browsers, if you use that line of code in your css you can replicate the effect, look at his source code :)<!--content-->That will be:<br />
<br />
a{height:1px; behavior:url(Pixelate.htc);filter:progidXimagetransform.microsoft.pixelate(duration=.5, maxSquare=10, enabled=false); clip: rect( );}<br />
<br />
with the Disable Smilies in This Post option set to cancel the smilies in the post.<!--content-->hmm giz, not quite right cos it removes part of the code (in removing the smillie)<!--content-->thanks alot for your help, ill try and get it working.<!--content-->Post it again, but tick the box before posting.<!--content-->final code should be- <br />
<br />
a{height:1px; behavior:url(Pixelate.htc);filter:progid:DXimagetransform.microsoft.pixelate(duration=.5, maxSquare=10, enabled=false); clip: rect( );}<!--content-->
 
Back
Top