图片翻转特效


<DIV>
                        <SCRIPT language=JavaScript1.2>
var scrollerwidth=144
var scrollerheight=70
var scrollerbgcolor='none'
var messages=new Array()
messages[0]="<table width=142 border=0 cellspacing=0 cellpadding=5 align=center><tr><td width=45 align=center valign=middle><a href=http://www.wahh.com.cn/myfc/myfc/17249.html><img src=http://images.39.net/userwebsite/wahh/1chengyuanzhi.jpg width=35 border=0></a></td><td valign=middle><a href=http://www.wahh.com.cn/myfc/myfc/17249.html>程远植</a><br>星期一<br>主任医师<br>康复中心主任</td></tr></table>"
messages[1]="<table width=142 border=0 cellspacing=0 cellpadding=5 align=center><tr><td width=45 align=center valign=middle><a href=http://www.wahh.com.cn/myfc/myfc/17250.html><img src=http://images.39.net/userwebsite/wahh/1wanhaiyan.jpg width=35 border=0></a></td><td valign=middle><a href=http://www.wahh.com.cn/myfc/myfc/17250.html>万海燕</a><br>星期二<br>副主任医师<br>心内科副主任</td></tr></table>"
messages[2]="<table width=142 border=0 cellspacing=0 cellpadding=5 align=center><tr><td width=45 align=center valign=middle><a href=http://www.wahh.com.cn/myfc/myfc/17243.html><img src=http://images.39.net/userwebsite/wahh/1suxi.jpg width=35 border=0></a></td><td valign=middle><a href=http://www.wahh.com.cn/myfc/myfc/17243.html>苏  晞</a><br>星期三<br>主任医师<br>心内科主任</td></tr></table>"
messages[3]="<table width=142 border=0 cellspacing=0 cellpadding=5 align=center><tr><td width=45 align=center valign=middle><a href=http://www.wahh.com.cn/myfc/myfc/17244.html><img src=http://images.39.net/userwebsite/wahh/1wangrenpeng.jpg width=35 border=0></a></td><td valign=middle><a href=http://www.wahh.com.cn/myfc/myfc/17244.html>王人彭</a><br>星期四<br>副主任医师<br>介入中心副主任</td></tr></table>"
messages[4]="<table width=142 border=0 cellspacing=0 cellpadding=5 align=center><tr><td width=45 align=center valign=middle><a href=http://www.wahh.com.cn/myfc/myfc/17247.html><img src=http://images.39.net/userwebsite/wahh/1daiyangyang.jpg width=35 border=0></a></td><td valign=middle><a href=http://www.wahh.com.cn/myfc/myfc/17247.html>戴阳阳</a><br>星期五<br>副主任医师<br>门急诊主任</td></tr></table>"
messages[5]="<table width=142 border=0 cellspacing=0 cellpadding=5 align=center><tr><td width=45 align=center valign=middle><a href=http://www.wahh.com.cn/myfc/myfc/17238.html><img src=http://images.39.net/userwebsite/wahh/1taoliang.jpg width=35 border=0></a></td><td valign=middle><a href=http://www.wahh.com.cn/myfc/myfc/17238.html>陶  凉</a><br>星期六<br>主任医师<br>心外科主任</td></tr></table>"
messages[6]="<table width=142 border=0 cellspacing=0 cellpadding=5 align=center><tr><td width=45 align=center valign=middle><a href=http://www.wahh.com.cn/myfc/myfc/17251.html><img src=http://images.39.net/userwebsite/wahh/1hudaqing.jpg width=35 border=0></a></td><td valign=middle><a href=http://www.wahh.com.cn/myfc/myfc/17251.html>胡大清</a><br>星期日<br>主任医师<br>病房主任</td></tr></table>"
if (messages.length>1)
i=messages.length -1;
function move1(whichlayer){
tlayer=eval(whichlayer)
if (tlayer.top>0&&tlayer.top<=5){
tlayer.top=0
setTimeout("move1(tlayer)",3000)
setTimeout("move2(document.main.document.second)",3000)
return
}
if (tlayer.top>=tlayer.document.height*-1){
tlayer.top-=5
setTimeout("move1(tlayer)",100)
}
else{
tlayer.top=scrollerheight
tlayer.document.write(messages[i])
tlayer.document.close()
if (i==messages.length-1)
i=0
else
i++
}
}
function move2(whichlayer){
tlayer2=eval(whichlayer)
if (tlayer2.top>0&&tlayer2.top<=5){
tlayer2.top=0
setTimeout("move2(tlayer2)",3000)
setTimeout("move1(document.main.document.first)",3000)
return
}
if (tlayer2.top>=tlayer2.document.height*-1){
tlayer2.top-=5
setTimeout("move2(tlayer2)",100)
}
else{
tlayer2.top=scrollerheight
tlayer2.document.write(messages[i])
tlayer2.document.close()
if (i==messages.length-1)
i=0
else
i++
}
}
function move3(whichdiv){
tdiv=eval(whichdiv)
if (tdiv.style.pixelTop>0&&tdiv.style.pixelTop<=5){
tdiv.style.pixelTop=0
setTimeout("move3(tdiv)",3000)
setTimeout("move4(second2)",3000)
return
}
if (tdiv.style.pixelTop>=tdiv.offsetHeight*-1){
tdiv.style.pixelTop-=5
setTimeout("move3(tdiv)",100)
}
else{
tdiv.style.pixelTop=scrollerheight
tdiv.innerHTML=messages[i]
if (i==messages.length-1)
i=0
else
i++
}
}
function move4(whichdiv){
tdiv2=eval(whichdiv)
if (tdiv2.style.pixelTop>0&&tdiv2.style.pixelTop<=5){
tdiv2.style.pixelTop=0
setTimeout("move4(tdiv2)",3000)
setTimeout("move3(first2)",3000)
return
}
if (tdiv2.style.pixelTop>=tdiv2.offsetHeight*-1){
tdiv2.style.pixelTop-=5
setTimeout("move4(second2)",100)
}
else{
tdiv2.style.pixelTop=scrollerheight
tdiv2.innerHTML=messages[i]
if (i==messages.length-1)
i=0
else
i++
}
}
function startscroll(){
if (document.all){
move3(first2)
second2.style.top=scrollerheight
}
else if (document.layers){
move1(document.main.document.first)
document.main.document.second.top=scrollerheight+5
document.main.document.second.visibility='show'
}
}
</SCRIPT>
                        </DIV><ILAYER id=main bgcolor="&{scrollerbgcolor};"
                        width="&{scrollerwidth};"
                        height="&{scrollerheight};"><LAYER id=first
                        width="&{scrollerwidth};" top="1" left="0">
                        <SCRIPT language=JavaScript1.2>
if (document.layers)
document.write(messages[0])
</SCRIPT>
                        </LAYER><LAYER id=second width="&{scrollerwidth};"
                        top="0" left="0" visibility="hide">
                        <SCRIPT language=JavaScript1.2>
if (document.layers)
document.write(messages[1])
</SCRIPT>
                        </LAYER></ILAYER>
                        <SCRIPT language=JavaScript1.2>
if (document.all){
document.writeln('<span id="main2" style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hiden;background-color:'+scrollerbgcolor+'">')
document.writeln('<div style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:0;top:0">')
document.writeln('<div id="first2" style="position:absolute;width:'+scrollerwidth+';left:0;top:1;">')
document.write(messages[0])
document.writeln('</div>')
document.writeln('<div id="second2" style="position:absolute;width:'+scrollerwidth+';left:0;top:0">')
document.write(messages[1])
document.writeln('</div>')
document.writeln('</div>')
document.writeln('</span>')
}
startscroll();
</SCRIPT>

文章来自: Original
引用通告: 查看所有引用 | 我要引用此文章
Tags:
相关日志:
评论: 8 | 引用: 4 | 查看次数: 822
发表评论
昵 称:
密 码: 游客发言不需要密码.
内 容:
验证码: 验证码
选 项:
虽然发表评论不用注册,但是为了保护您的发言权,建议您注册帐号.
字数限制 20 字 | UBB代码 关闭 | [img]标签 关闭