Invert
兼容性:IE4.0+
语法:
CSS
filter
: Invert ( enabled=
bEnabled
)
Scripting
object
.style.
filter
= "Invert (
sProperties
) "
说明:
反相显示对象内容。
使用
BasicImage
滤镜可以更有效率的建立效果。
示例:
#idDiv{ height:250px; width:250px; filter:Invert(); }