首頁 > web前端 > html教學 > 最简单的Div+ CSS弹出层效果_html/css_WEB-ITnose

最简单的Div+ CSS弹出层效果_html/css_WEB-ITnose

WBOY
發布: 2016-06-24 12:30:59
原創
898 人瀏覽過

<html><head><title>简单的Div+ CSS弹出层效果</title><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><script language="javascript">function ShowDiv(s)    {        if(s>0)        {            document.getElementById('ceng').style.display='block';            document.getElementById('close').style.display='block';        }else{            document.getElementById('ceng').style.display='none';            document.getElementById('close').style.display='none';        }    }</script></head><body><a href="#" onclick="ShowDiv(1)">点击弹出</a><div id="ceng" style="position:absolute;z-index:2;left:0;top:0;right:0;background-color:#000;filter:alpha(opacity=50);margin:1px 1px;display:none;width:100%;height:100%;text-align:center;"> </div><div id="close" style="position:absolute !important;left:30%;top:0px;z-index:3;border:1px solid #ff6600;background-color:#fff;margin:100px auto;padding:0px;display:none;width:400px;height:300px;text-align:right"><a href="#" onclick="ShowDiv(0)">关闭</a><div style="text-align:center;"><br>内容<br> 哇哈哈哈</div></div></body></html>
登入後複製

  效果如下:

來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板