JS实现简易图片自动轮播
编程学习 2021-07-04 14:06www.dzhlxh.cn编程入门
这篇文章主要为大家详细介绍了JS实现简易图片自动轮播,文中示例代码介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
本文实例为大家分享了JS实现简易图片自动轮播的具体代码,供大家参考,具体内容如下
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>自动播放选项卡</title>
<style>
*{
margin:0;
padding:0;
}
.box{
width:600px;
height:400px;
border:1px solid red;
margin:100px auto;
position:relative;
}
a{
font-size:40px;
position:absolute;
text-decoration:none;
top:-10px;
}
#prev{
left:0;
}
#next{
right:0;
}
#pos{
margin-left:30px;
}
input{
width:90px;
height:40px;
float:left;
outline:none;
border:0;
}
.box div{
width:600px;
height:400px;
background:skyblue;
text-align:center;
line-height:300px;
font-size:100px;
font-weight:bold;
text-shadow:5px 5px 5px #f90;
display:none;
}
.box .show{
display:block;
}
.box .active{
width:88px;
color:#fff;
font-size:18px;
font-weight:bold;
background:#f90;
}
</style>
<script>
window.onload = function()
{
var oBox = document.getElementById('box');
var oPrev = document.getElementById('prev');
var oNext = document.getElementById('next');
var aBtn = document.getElementsByTagName('input');
var aDiv = oBox.getElementsByTagName('div');
var oNow = 0;
for (var i=0;i<aBtn.length;i++) {
aBtn[i].dataIndex = i;
aBtn[i].onclick = function(){
oNow = this.dataIndex;
for (var i=0;i<aBtn.length;i++) {
aBtn[i].className = '';
aDiv[i].className = '';
}
this.className = 'active';
aDiv[this.dataIndex].className = 'show';
}
}
oPrev.onclick = prev;
oNext.onclick = next;
//实现自动播放
var timer = setInterval(next , 1000);
oBox.onmouseover = function()
{
clearInterval(timer);
}
oBox.onmouseout = function()
{
timer = setInterval(next , 1000);
}
function prev()
{
oNow--;
if (oNow < 0) {
oNow = aBtn.length-1;
}
tab();
}
function next()
{
oNow++;
if (oNow > aBtn.length-1) {
oNow = 0;
}
tab();
}
function tab()
{
for (var i=0;i<aBtn.length;i++) {
aBtn[i].className = '';
aDiv[i].className = '';
}
aBtn[oNow].className = 'active';
aDiv[oNow].className = 'show';
}
}
</script>
</head>
<body>
<div class="box" id="box">
<a href="javascript:;" id="prev">☜</a>
<a href="javascript:;" id="next">☞</a>
<input type="button" name="" value="亚洲" class="active" id="pos"/>
<input type="button" name="" value="欧洲" />
<input type="button" name="" value="非洲" />
<input type="button" name="" value="北美洲" />
<input type="button" name="" value="南美洲" />
<input type="button" name="" value="大洋洲" />
<div class="show">亚洲</div>
<div>欧洲</div>
<div>非洲</div>
<div>北美洲</div>
<div>南美洲</div>
<div>大洋洲</div>
</div>
</body>
</html>
展示效果:
精彩专题分享:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持狼蚁SEO。
编程语言
- ThinkPad 笔记本如何调节LCD屏幕亮度
- Dreamweaver制作网页打开特效教程
- Win10 Mobile 10586升级后无限重启怎么办 硬重启帮您
- Win8系统提示音频设备有问题有一个或多个音频服
- Xbox One版Win10首个预览版9月份发布
- 如何在textarea文本输入区内实现换行
- Win10 Build 9901系统更新 预览版新版本下载
- McAfee Framework存在远程格式串处理漏洞
- Win10家庭版今日(7月30)正式在中国官方商城开卖
- Win10 Mobile预览版更新完10536.1000后才收到10536.100
- Win10 RS2更新了什么-Win10 RS2最终版本号1704首曝
- Windows7如何查看回收站对应的文件夹有哪些方法
- Win10让Charms栏回归桌面的方法教程
- 取消Windows XP系统开机启动画面的小技巧
- win8系统怎么下载安装USB百兆网卡?
- XP系统下磁盘空间变少了怎么办?XP系统磁盘空间