您的位置:首页 > 其它

网页遮罩层效果 点击按钮网页中间弹出窗口 弹出遮罩层

2013-04-29 09:48 597 查看
<style>
.bg{position:absolute;z-index:999;filter:alpha(opacity=50);background:#666;opacity: 0.5;-moz-opacity: 0.5;left:0;top:0;height:99%;width:100%;}
.beian_winBG {
MARGIN-TOP: -100px; LEFT: 50%; MARGIN-LEFT: -190px; WIDTH: 376px; POSITION: absolute; TOP: 50%; HEIGHT:200px;border:#666666 1px solid;z-index: 1000;
}
</style>
<div id="alert_win" style="display:none;">
<div id="mask" style="top:0;left:0;position: absolute;z-index:1000;" class="bg"></div>
<DIV class=beian_winBG id=beian_popup><!--弹出框-->
<div id="divOneStep" style="z-index:1002;width:100%;height:200px;background: #fff;position:absolute;">
<div style="width:100%;background:#f1f1f1;height:30px;light-height:30px;border-bottom:#666666 1px solid;text-align:right;"><a href="javascript:;" onClick="alert_win.style.display='none';">点此关闭</a> </div>
<div>文字内容文字内容文字内容文字内容文字内容文字内容文字内容文字内容文字内容</div>
</div>
<div style="z-index:1001;position:absolute;"><iframe id="frmOneStep" width="100%" height="200" frameborder="0" scrolling="no" src="about:blank"></iframe></div>
</DIV>
</div>
<a href="javascript:;" onClick="alert_win.style.display='block';">显示</a>
<p>中国站长寨提示,无效果请刷新试试。点击上方“显示”页面中间弹出层。JS特效大全在中国站长寨</p>
<p>中国站长寨为中国站长提示精品站长资讯,网页特效,JS特效,网站特效,网站源码,图库素材,站长下载</p>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: