add Attribute | Add

HTML (DHTML)

add Attribute | Add Property

Internet Development Index

Sets or retrieves a value that indicates whether the filter image overlays the original image.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.filter-name(
    add = bAddImage ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.filter-name").Add [ = bAddImage ]

Possible Values

bAddImageBoolean that specifies or receives the following values.
trueFilter image overlays the original.
falseDefault. Filter image stands alone.

The property is read/write. The property has a default value of false.

Applies To

MotionBlur, Wave