遮罩层无法铺满整个页面
2016/3/5 9:31:04来源:互联网
设置了遮罩层之后,但是它无法铺满整个页面,原因是没有相对的对象,
解决方案:在body里面加上position: relative;就可以了
<body>
<div style="height: 2000px; width: 1003px; border: 1px solid red;">
</div>
</body>
<div id="ShadowLayer" style="position: absolute; height: 100%; width: 100%; top: 0px;
left: 0px; filter: alpha(opacity=60); background-color: #C7C7C7;">
</div>
免责声明:本站文章系图趣网整理发布,如需转载,请注明出处,素材资料仅供个人学习与参考,请勿用于商业用途!
本文地址:http://www.tuquu.com/tutorial/wd3213.html
本文地址:http://www.tuquu.com/tutorial/wd3213.html
这些是最新的
最热门的教程