[b]Smudge Text[/b]
[quote].smudge {
width:100%;
filter: progid:DXImageTransform.Microsoft.MotionBlur(strength=13, direction=310)
progid:DXImageTransform.Microsoft.Blur(pixelradius=2)
progid:DXImageTransform.Microsoft.Wheel(duration=3);
}[/quote]
[quote]<div class="smudge" STYLE="">
Blurry text with smudge of gray.
</div>[/quote]
[b]
Gradient Layer[/b]
[quote].gradientDiv {
height:120px;
color:green;
filter: progid:DXImageTransform.Microsoft.gradient(
enabled='false',
startColorstr=#550000FF,
gradientType='1', /*gradient direction 1/0*/
endColorstr=#55FFFF00);
}[/quote]
[quote]<div class=".gradientDiv">
A simple gradient
</div>[/quote]
[b]Scale Layer Background Image
[/b]
[quote].fitbgimg {
position:relative; height:250px; width:250px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url',
sizingMethod='scale' /*can be
'crop'
'image'*/
);
}[/quote]
[quote]<div class="fitbgimg"></div>[/quote]
and many more here guys
http://msdn2.microsoft.com/en-us/library/ms532853.aspx
Last edited by marfillaster (2007-06-02 13:54:39)