圖片逐個向上滾動
來源:易賢網(wǎng) 閱讀:930 次 日期:2014-09-09 14:22:54
溫馨提示:易賢網(wǎng)小編為您整理了“圖片逐個向上滾動”,方便廣大網(wǎng)友查閱!

<script language="javascript">

<!--

var scrollerwidth=210;//顯示圖片位置的寬

var scrollerheight=100;//顯示圖片位置的搞

var scrollerbgcolor='red';//圖片顯示背景顏色

var pausebetweenimages=1000;//圖片向上滾動間隔時(shí)間

var slideimages=new Array();//圖片的數(shù)組

slideimages[0]='<a href="#"><img src="http://www.forasp.cn/images/logo2.gif" border=0"></a>';

slideimages[1]='<a href="#"><img src="http://www.forasp.cn/images/logo2.gif"></a>';

slideimages[2]='<a href="#"><img src="http://www.forasp.cn/images/logo2.gif"></a>';

slideimages[3]='<a href="#"><img src="http://www.forasp.cn/images/logo2.gif"></a>';

slideimages[4]='<a href="#/"><img src="http://www.forasp.cn/images/logo2.gif"></a>';

if (slideimages.length>1)

i=2;

else

i=0;

function move1(whichlayer){

tlayer=eval(whichlayer);

if (tlayer.top>0&&tlayer.top<=5){

tlayer.top=0;

setTimeout("move1(tlayer)",pausebetweenimages);

setTimeout("move2(document.main.document.second)",pausebetweenimages);

return;

}

if (tlayer.top>=tlayer.document.height*-1){

tlayer.top-=5;

setTimeout("move1(tlayer)",100);

}

else{

tlayer.top=scrollerheight;

tlayer.document.write(slideimages[i]);

tlayer.document.close();

if (i==slideimages.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)",pausebetweenimages);

setTimeout("move1(document.main.document.first)",pausebetweenimages);

return;

}

if (tlayer2.top>=tlayer2.document.height*-1){

tlayer2.top-=5;

setTimeout("move2(tlayer2)",100);

}

else{

tlayer2.top=scrollerheight;

tlayer2.document.write(slideimages[i]);

tlayer2.document.close();

if (i==slideimages.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)",pausebetweenimages);

setTimeout("move4(second2)",pausebetweenimages);

return;

}

if (tdiv.style.pixelTop>=tdiv.offsetHeight*-1){

tdiv.style.pixelTop-=5;

setTimeout("move3(tdiv)",100);

}

else{

tdiv.style.pixelTop=scrollerheight;

tdiv.innerHTML=slideimages[i];

if (i==slideimages.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)",pausebetweenimages);

setTimeout("move3(first2)",pausebetweenimages);

return;

}

if (tdiv2.style.pixelTop>=tdiv2.offsetHeight*-1){

tdiv2.style.pixelTop-=5;

setTimeout("move4(second2)",100);

}

else{

tdiv2.style.pixelTop=scrollerheight;

tdiv2.innerHTML=slideimages[i];

if (i==slideimages.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';

}}

window.onload=startscroll;

//

-->

</script>

<ilayer id="main" width="{scrollerwidth};" height="{scrollerheight};" bgcolor="{scrollerbgcolor};">

<layer id="first" left="0" top="1" width="&amp;{scrollerwidth};"><script language="javascript">if (document.layers)document.write(slideimages[0])</script>

</layer>

<layer id="second" left="0" top="0" width="{scrollerwidth};" visibility="hide">

<script language="javascript">if (document.layers)document.write(slideimages[1])</script>

</layer>

</ilayer>

<script language="javascript">

<!--

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(slideimages[0])

document.writeln('</div>')

document.writeln('<div id="second2" style="position:absolute;width:'+scrollerwidth+';left:0;top:0">')

document.write(slideimages[1])

document.writeln('</div>')

document.writeln('</div>')

document.writeln('</span>')

}

//

-->

</script>

保存后運(yùn)行看看 圖片逐個向上滾動

更多信息請查看IT技術(shù)專欄

更多信息請查看腳本欄目
下一篇:文字逐個變色
易賢網(wǎng)手機(jī)網(wǎng)站地址:圖片逐個向上滾動
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!

2025國考·省考課程試聽報(bào)名

  • 報(bào)班類型
  • 姓名
  • 手機(jī)號
  • 驗(yàn)證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 加入群交流 | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網(wǎng)安備53010202001879號 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號:hfpxwx
咨詢QQ:526150442(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報(bào)警專用圖標(biāo)