This topic has not yet been rated - Rate this topic

Color Attribute | Color Property

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

sColor String 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
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.