国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > JavaScript > 正文

js實現從中間開始往上下展開網頁窗口的方法

2024-05-06 16:15:42
字體:
來源:轉載
供稿:網友
這篇文章主要介紹了js實現從中間開始往上下展開網頁窗口的方法,是非常實用的js窗口效果,需要的朋友可以參考下
 

本文實例講述了js實現從中間開始往上下展開網頁窗口的方法。分享給大家供大家參考。具體分析如下:

這個是從中間然后慢慢向上下展開的頁面顯示效果,也還不錯,代碼如下:

復制代碼代碼如下:
<html>
<head>
<title>js從中間展開的網頁窗口顯示</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>

 

希望本文所述對大家的Go語言程序設計有所幫助。


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表

圖片精選

主站蜘蛛池模板: 漳州市| 阳信县| 丽江市| 简阳市| 贵州省| 隆子县| 精河县| 句容市| 靖安县| 江津市| 资源县| 舟曲县| 阳山县| 博野县| 乐山市| 恭城| 淮北市| 广宗县| 安远县| 高邮市| 绥中县| 遵义市| 长武县| 台北市| 福州市| 上高县| 苏尼特右旗| 沾益县| 泽库县| 太白县| 瓮安县| 资兴市| 青浦区| 高台县| 建平县| 凤台县| 昔阳县| 杭锦后旗| 衡阳市| 卢氏县| 屯昌县|