`
wayne446
  • 浏览: 28029 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

使用半透明层来遮罩页面

 
阅读更多

因为div层是不能把select表单元素遮住的,所以最好先把select隐藏掉。示例:

 

<div id="filter" style="position:absolute; top:0; left:0; width:100%; height: 100%; background-color: black; filter:alpha(opacity=50); -moz-opacity:0.5; opacity: 0.5;">
    
</div>

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics