码迷,mamicode.com
首页 > 其他好文 > 详细

透明div遮罩

时间:2015-07-01 20:06:23      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:

css

<style>    
    .div-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: initial;
      z-index: 88;
    }
</style>

div

<div class="div-bg"></div>

 

透明div遮罩

标签:

原文地址:http://www.cnblogs.com/wudicaidou/p/4613893.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!