Click to See Complete Forum and Search --> : Using Two Filters In Style


Sup3rkirby
09-04-2005, 12:58 PM
Is it possible to use two filters in the style of an object?

I am using an alpha filter and I would like to also use the chroma filter(to make the bg of the image transparent). But I don't know how to set both, if you can even have more than one....

Scleppel
09-04-2005, 01:36 PM
This was the first result on google: http://msdn.microsoft.com/workshop/author/filter/filters.asp.


<IMG ID=sample SRC="sample.jpg"
STYLE="filter:progid:DXImageTransform.Microsoft.MotionBlur(strength=50)
progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); width=50%">


Remember it's Internet Explorer only!