Forum Moderators: not2easy

Message Too Old, No Replies

IE4 supports IE filters?

         

webaster

9:09 am on Jul 8, 2005 (gmt 0)

10+ Year Member



* html
{
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/transparent-Png24.png)')
}

Does IE 4 understand the above filter?

I thought only IE5.x apllies the filter?

webaster

9:10 am on Jul 8, 2005 (gmt 0)

10+ Year Member



and IE6 too because PNG transparency is not support there either

jetboy

9:29 am on Jul 8, 2005 (gmt 0)

10+ Year Member



Only 5.5 and later I'm afraid. IE4 and IE5.0 do support filters - even a type of alpha filter - but not that one. Take a look at:

[msdn.microsoft.com ]

While you can't get alpha transparency on PNGs working in IE4 and 5.0, you can make alternative arrangements for these browsers using a conditional comment and the @import hack to target them respectively.