程序员人生 网站导航

JavaScript打造仿腾讯网弹出层效果(推荐)

栏目:jscript时间:2014-02-07 23:49:39

  网(LieHuo.Net)教程 强网LIEHUO.NET</title><style>body {background: #ffffff; color: #444;}a{ color: #09d; text-decoration: none; border: 0; background-color: transparent;}body,div,q,iframe,form,h5{ margin: 0; padding: 0;}img,fieldset { border: none 0; }body,td,textarea { word-break: break-all; word-wrap: break-word; line-height:1.5;}body,input,textarea,select,button { margin: 0; font-size: 12px; font-family: Tahoma, SimSun, sans-serif;}div,p,table,th,td { font-size:1em; font-family:inherit; line-height:inherit;}h5{ font-size:12px;}</style></head><body><div id="div1"></div><p>     <input type="button" value="弹出新窗口" onclick="zOpen()" /> <input type="button" value="弹出带说明的新窗口" onclick="zOpenD()" /> <input type="button" value="弹出信息提示对话框" onclick="zAlert()" /> <input type="button" value="弹出选择对话框" onclick="zConfirm()" /></p><div id="div2"></div></body></html>
提示:可修改后代码再运行!

------分隔线----------------------------
------分隔线----------------------------

最新技术推荐