Sets or retrieves a value that indicates whether the filter image overlays the original image.
dhtml语法
| HTML | { filter:progid:dximagetransform.microsoft. filter-name( add = baddimage ... ) ... } |
|---|
| scripting | object. filters. item( "dximagetransform.microsoft. filter-name"). add [ = baddimage ] |
|---|
dhtml可能的值
| bAddImage | Boolean that
specifies or receives the following values.| true | Filter image overlays the original. | | false | Default. Filter image stands alone. |
|
The property is read/write.
The property has a default value of
false.
Applies To