|
|

|
|
Filters and Transitions
|
|||||||||||||||||||||||||||||
Static FiltersInternet Explorer 4+ The static filters can be applied to any HTML control through the style tag:
or at runtime through javascript:
both produce this red drop shadow(note: for some reason you must specify the width and height attributes for the filter to work)
The best way to use these filter properties is to use WebFX's Filter Tool, you can also check the Microsoft Documentation, except this has been updated to work with the IE5.5+ method of applying filters. Internet Explorer 5.5+ With IE5 Microsoft have changed the way filters are applied, they still use the filter property of the style tag, but uses different syntax. In HTML:
and from code:
If you look at the Microsoft Documentation you will notice several other filters such as Light, Compositor and Matrix. These work a little differently than the others and probably best if you look at the specific documentation when you are interested.
Copyright ©2000-2002 DHTMLCentral.com, Bratta Communications. All rights reserved. |
||||||||||||||||||||||||||||||