Color Attribute | Color

HTML (DHTML)

Color Attribute | Color Property

Internet Development Index

Sets or retrieves the value of the color applied with the filter.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.Shadow(
    Color = sColor ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.Shadow").Color [ = sColor ]

Possible Values

sColorString that specifies or receives the color value.

The property is read/write. The property has no default value.

Remarks

Color is expressed in #RRGGBB format, where RR is the red hexadecimal value, GG is the green hexadecimal value, and BB is the blue hexadecimal value.

For more information about the range of color values supported by Microsoft® Internet Explorer 4.0 and later, see the Color Table.

Applies To

Shadow