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

首頁 > 開發 > JS > 正文

javascript實現圖片輪播代碼

2024-05-06 16:53:13
字體:
來源:轉載
供稿:網友

javascript圖片輪播代碼,供大家參考,具體內容如下

因為自己是新手自學不久,所以代碼有很多不規范的地方,請原諒。

html部分代碼:

<div id="head"> <button id="prev" onmousedown="p()" onmouseout="cal()"><</button><img height="500px" width="500px" src="image/dell.jpg" style="margin: 0px; padding: 0px; outline: none; line-height: 25.2px; font-size: 14px; width: 660px; overflow: hidden; clear: both; font-family: tahoma, arial, "Microsoft YaHei";">	
<style type="text/css">*{ margin: 0; padding: 0;}#head{ width:800px; height:500px; border-radius: 5px; border: 2px solid pink; margin: 200px auto; text-align: center; }#prev{ width: 30px; height: 30px; border: 0px; border-radius: 5px; background-color:white; color: black; position: relative; margin-top: 250px; float: left; }#next{ width: 30px; height: 30px; border: 0px; border-radius: 5px; background-color:white; color: black; position: relative; margin-top: 250px; float: right; }</style>

javascript部分代碼:

<script> var prev=document.getElementById("prev"); var next=document.getElementById("next"); var img=document.getElementsByTagName("img")[0]; var imgArr=["image/dell.jpg/dell.jpg","image/dell.jpg/sony.jpg","image/dell.jpg/費列羅.jpg","image/dell.jpg/Nike.jpg"]; var index=0;  //點擊左箭頭,切換上一張 function p(){ if(index==0) {  index=imgArr.length; } index--; img.src=imgArr[index]; } //點擊右箭頭,切換下一張 function n(){ if(index==imgArr.length) {  index=0; } img.src=imgArr[index]; index++; } //設置自動播放 time=setInterval("p()",2000);  //鼠標移入箭頭內,停止自動播放 function cal(){ clearInterval(time); }</script>

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持VeVb武林網。


注:相關教程知識閱讀請移步到JavaScript/Ajax教程頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 尼木县| 常德市| 丽水市| 安龙县| 菏泽市| 平南县| 奈曼旗| 锦屏县| 平昌县| 永春县| 邵阳市| 双流县| 白玉县| 博白县| 辽宁省| 老河口市| 新化县| 泰安市| 通州区| 开江县| 于都县| 皮山县| 平阳县| 贵德县| 定襄县| 当涂县| 乌恰县| 美姑县| 会理县| 兰考县| 夏邑县| 横峰县| 镶黄旗| 乳源| 白水县| 衡东县| 方城县| 昭通市| 砚山县| 胶南市| 梨树县|