HBCMS更多的中文手册参考:

Color Attribute | Color参数属性

DHTML文档教程

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

dhtml语法

HTML
{ filter:progid:dximagetransform.microsoft.shadow(
    color = scolor ... ) ... }
scripting
object.filters.item(
    "dximagetransform.microsoft.shadow").color [ = scolor ]

dhtml可能的值

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