日韩天天综合网_野战两个奶头被亲到高潮_亚洲日韩欧美精品综合_av女人天堂污污污_视频一区**字幕无弹窗_国产亚洲欧美小视频_国内性爱精品在线免费视频_国产一级电影在线播放_日韩欧美内地福利_亚洲一二三不卡片区

JavaScript仿關(guān)機(jī)界面_層和布局特效

查看演示效果

JavaScript仿關(guān)機(jī)界面,其實是一個隱藏層、顯示層的應(yīng)用,用了一個布滿小點的圖片當(dāng)作背景,你完全可以將圖片更換為某一背景顏色,這樣就完全是一個隱藏層的效果了。<html> <head> <title>JavaScript隱藏層、顯示層仿關(guān)機(jī)界面</title> <script language="JavaScript"> <!-- function ShowLayer(foreID) { var backgroundIDWidth = document.body.clientWidth; var backgroundIDHeight = document.body.clientHeight; backgroundID.style.width = backgroundIDWidth; backgroundID.style.height = backgroundIDHeight; backgroundID.style.display = "block"; var foreTop = (backgroundIDHeight/2)-(parseInt(foreID.style.height)/2); var foreLeft = (backgroundIDWidth/2)-(parseInt(foreID.style.width)/2); foreID.style.top = foreTop; foreID.style.left = foreLeft; foreID.style.display = "block"; } function HiddenLayer(foreID) { backgroundID.style.display = "none"; foreID.style.display = "none"; } //--> </script> </head> <body> <input type="text" name=""> <input type="text" name=""> <input type="text" name=""> <div id="backgroundID" style="display:none;1122123<img src='http://p1.mb5u.com/texiao/3/20100522231348322.gif' _fcksavedurl='http://p1.mb5u.com/texiao/3/20100522231348322.gif'>2244234background:url('http://p1.mb5u.com/texiao/3/20100522231348322.gif');position:absolute;top:0px;left:0px;"></div> <div id="foreID" style="display:none;background-color:#FFFFE1;position:absolute;top:0px;left:0px;width:500px;height:400px;"><input type="button" value="隱藏層" onclick="javascript:HiddenLayer(foreID);"></div> <input type="button" value="顯示層" onclick="javascript:ShowLayer(foreID);"> </body> </html>

所屬頻道:層和布局特效/更新時間:2012-11-01
相關(guān)層和布局特效

層和布局特效Rss訂閱特效代碼搜索