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

简易透明黑色背景

时间:2016-03-11 12:10:58      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:

1.样式

.cover{
    height: 100%; width: 100%; position: fixed; bottom: 0px; left: 0px; top: 0px; z-index: 9998; background-color: rgb(0, 0, 0);

      filter:alpha(opacity=50);  

      -moz-opacity:0.5;  

      -khtml-opacity: 0.5; 

       opacity: 0.5;
}

2.js

$(‘.cover‘).show();

$(‘.cover‘).hide();

 

简易透明黑色背景

标签:

原文地址:http://www.cnblogs.com/zhouyx/p/5264927.html

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