Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 238 Bytes

color_opacity.md

File metadata and controls

19 lines (12 loc) · 238 Bytes

透明属性:opacity

介绍

设置对象的不透明度

语法

<length> | inherit

例:

div{filter:alpha(opacity=50);} /* for IE8 and earlier */
div{opacity:.5;} /* for IE9 and other browsers */