Posted July 12 '02 at 01:35 PM
Posts: 42
The filter attribute is a proprietary one, I believe. It allows you to do a bunch of graphical effects on the page/element. I believe it is IE6 only.
Anywho, here are the options for the filter attribute:
Alpha(Opacity=?, FinishOpacity=?, Style=?, StartX=?, StartY=?, FinishX=?, FinishY=?)
BlendTrans(Duration=?)
Blur(Add=?, Direction=?, Strength=?)
Chroma(Color=?)
DropShadow(Color=?, OffX=?, OffY=?, Positive=?)
FlipH
FlipV
Glow(Color=?, Strength=?)
Gray
Invert
Light
Mask(Color=?)
RevealTrans(Duration=?, Transition=?)
Shadow(Color=?, Direction=?)
Wave(Add=?, Freq=?, LightStrength=?, Phase=?, Strength=?)
Xray
Most of them should be self explanatory. Do note that they are very slow, very very very slow, if you use it for a full page. I'm on a P4 1.6 and using Blur makes it garbage slow.
Flash files seem to get messed up with the Flip Operations. Not sure about image maps but since those are done in IE, it will prolly work correctly.
Note that using Flip V also inverts your scrolling
Anyways, If someone wants to crack something up with these, here it is. And if you can turn it into more than a cheap gimmick, I bow down.
-C