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

Mask遮罩层

时间:2014-12-12 18:31:23      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:style   io   color   os   on   div   bs   html   ef   

1.html:

<div id="mask"></div>

2.css:

#mask {

width:100%;

height:100%;

background:#000;

opacity:0.5;

filter:alpha(opacity=50);

position:absolute;

left:0;

top:0;

}

3.js:

document.getElementById("mask").style.height = document.documentElement.scrollHeight+"px";

Mask遮罩层

标签:style   io   color   os   on   div   bs   html   ef   

原文地址:http://www.cnblogs.com/lvmx/p/4159957.html

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