HBCMS更多的中文手册参考:

startColorStr Attribute | StartColorStr参数属性

DHTML文档教程

Sets or retrieves the initial color for a gradient surface.

dhtml语法

HTML
{ filter:progid:dximagetransform.microsoft.gradient(
    startcolorstr = iwidth ... ) ... }
scripting
object.filters.item(
    "dximagetransform.microsoft.gradient").startcolorstr [ = iwidth ]

dhtml可能的值

iWidthString that specifies or receives a value that can range from #FF000000 to #FFFFFFFF.
#FF0000FFDefault. Blue.

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

Remarks

Color is expressed in #AARRGGBB format, where AA is the alpha hexadecimal value, RR is the red hexadecimal value, GG is the green hexadecimal value, and BB is the blue hexadecimal value. The alpha value controls the opacity of the object. An alpha value of 00 is transparent, while a value of FF is opaque.

String input that is outside the hexidecimal range will revert to the default value.

Applies To

Gradient