finishOpacity Attribute | FinishOpacity参数属性
| DHTML文档教程 |
Sets or retrieves the opacity level at the end of the gradient applied with the alpha filter.
dhtml语法
html | { filter:progid:dximagetransform.microsoft. alpha( finishopacity = iopacity ... ) ... } |
---|
scripting | object. filters. item( "dximagetransform.microsoft. alpha"). finishopacity [ = iopacity ] |
---|
dhtml可能的值
iOpacity | Integer that
specifies or receives the opacity level. The value can range from 0 (fully transparent) to 100 (fully opaque).0 | Default. Transparent. | 100 | Opaque. |
|
The property is read/write.
The property has a default value of
0.
Remarks
This property applies only to objects that have a specified opacity gradientthat is, the style property is set to 1, 2, or 3.
applies to
更多语法参考
Opacity