- From: Elliott Sprehn <esprehn@gmail.com>
- Date: Wed, 18 Apr 2007 20:18:09 -0400
- To: Sander Tekelenburg <st@isoc.nl>
- Cc: <public-html@w3.org>, <wri-talk@webrepair.org>
Received on Thursday, 19 April 2007 00:18:19 UTC
The filter property is an extension that IE supports. Its (potentially) useful for loading DirectX/ActiveX components that provide visual effects. Its frequently used to load png images that utilize the alpha channel since IE6 doesn't support that by default. I've not seen it used for much besides gradients and loading pngs in the wild, though someone like Ian could provide more insight to how prevalent its usage is. ex: filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='image.png', sizingMethod='scale'); re: <http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/ filter.asp> <http://msdn.microsoft.com/workshop/author/filter/reference/filters/ AlphaImageLoader.asp> <http://msdn.microsoft.com/library/default.asp?url=/workshop/author/ filter/filters_transitions_entry.asp> <http://msdn.microsoft.com/library/default.asp?url=/workshop/author/ filter/reference/reference.asp> - Elliott Sprehn On Apr 18, 2007, at 6:29 PM, Sander Tekelenburg wrote: > I haven't looked into where the CSS "filter" property came flying from > (certainly not from CSS 1 or 2) and whether it creates problems, > but it does > look suspect.
Received on Thursday, 19 April 2007 00:18:19 UTC