最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

js實(shí)現(xiàn)從中間開(kāi)始往上下展開(kāi)網(wǎng)頁(yè)窗口的方法

 更新時(shí)間:2015年03月02日 10:58:33   作者:站長(zhǎng)學(xué)院  
這篇文章主要介紹了js實(shí)現(xiàn)從中間開(kāi)始往上下展開(kāi)網(wǎng)頁(yè)窗口的方法,是非常實(shí)用的js窗口效果,需要的朋友可以參考下

本文實(shí)例講述了js實(shí)現(xiàn)從中間開(kāi)始往上下展開(kāi)網(wǎng)頁(yè)窗口的方法。分享給大家供大家參考。具體分析如下:

這個(gè)是從中間然后慢慢向上下展開(kāi)的頁(yè)面顯示效果,也還不錯(cuò),代碼如下:

復(fù)制代碼 代碼如下:
<html>
<head>
<title>js從中間展開(kāi)的網(wǎng)頁(yè)窗口顯示</title>
<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
layer-background-color:yellow;
background-color:#336699;
border:0.1px solid #336699
}
-->
</style>
</head>
<body>
<div id="i1" class="intro"></div><div id="i2" class="intro"></div>
<script language="JavaScript1.2">
var speed=20
var temp=new Array()
var temp2=new Array()
if (document.layers){
for (i=1;i<=2;i++){
temp[i]=eval("document.i"+i+".clip")
temp2[i]=eval("document.i"+i)
temp[i].width=window.innerWidth
temp[i].height=window.innerHeight/2
temp2[i].top=(i-1)*temp[i].height
}
}
else if (document.all){
var clipbottom=document.body.offsetHeight/2,cliptop=0
for (i=1;i<=2;i++){
temp[i]=eval("document.all.i"+i+".style")
temp[i].width=document.body.clientWidth
temp[i].height=document.body.offsetHeight/2
temp[i].top=(i-1)*parseInt(temp[i].height)
}
}
function openit(){
window.scrollTo(0,0)
if (document.layers){
temp[1].bottom-=speed
temp[2].top+=speed
if (temp[1].bottom<=0)
clearInterval(stopit)
}
else if (document.all){
clipbottom-=speed
temp[1].clip="rect(0 auto+"+clipbottom+" 0)"
cliptop+=speed
temp[2].clip="rect("+cliptop+" auto auto)"
if (clipbottom<=0)
clearInterval(stopit)
}
}
function gogo(){
stopit=setInterval("openit()",100)
}
gogo()
</script>
</body>
</html>

希望本文所述對(duì)大家的Go語(yǔ)言程序設(shè)計(jì)有所幫助。

相關(guān)文章

最新評(píng)論

泽库县| 依兰县| 洪洞县| 中宁县| 宁海县| 溆浦县| 广河县| 疏勒县| 清徐县| 苗栗县| 莫力| 三江| 卢湾区| 胶南市| 龙江县| 无极县| 乾安县| 凉城县| 赣榆县| 延边| 南康市| 宣城市| 齐齐哈尔市| 肥东县| 铁力市| 石泉县| 双桥区| 胶南市| 刚察县| 定陶县| 睢宁县| 周至县| 濮阳县| 乐东| 天长市| 通州区| 平塘县| 安平县| 祁东县| 庆阳市| 九台市|