Sets or retrieves the opacity level at the beginning of the gradient applied with the Alpha filter.
Syntax
| HTML | { filter:progid:DXImageTransform.Microsoft. Alpha( opacity = iOpacity ... ) ... } |
|---|
| Scripting | |
|---|
Possible Values
| 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.
Applies To