IE系列css opacity属性差异
|
阅读数:--次|
作者:html,css
摘要:透明度width:100%;height:100%; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';/*IE8*/ filter:alpha(opacity=50);/*IE4-7*/ position:fixed;...
透明度
width: 100%;height: 100%;
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';/* IE 8 */
filter: alpha(opacity=50); /* IE 4-7 */
position: fixed; top:0;left:0;background-color:black;-moz-opacity:0.5;opacity: 0.5; z-index: 10;