ie6-ie8不支持opacity透明度的解决方法

直接看demo: html部分 <p>绿色背景</p> <div class="box">文字部分</div> <p>绿色背景+60%透明度</p> <div class="box opacity">文字部分</div> css部分 .box{width:100px;height:100px;background:green;margin-bottom:50px;text-align:center
相关文章
相关标签/搜索