<div id="divBox">
<div id="imgBox">
<div class="img"><img src="0.jpg"/></div>
<div class="img"><img src="1.jpg"/></div>
<div class="img"><img src="3.jpg"/></div>
</div>
</div>
<div id="bth">
<button id="zou">左</button>
<button id="you">右</button>
</div>
#divBox{
height:315px;
width:750px;
position:absolute;
border:#000000 1px solid;
overflow:hidden;}
#imgBox{
position:absolute;
width:2550px;}
.img{
float:left;}
#bth{
margin-left:800px;}
$(function(){
//定义一个变量保存距离左边的位置
var leftNum=0;
$("#zou").click(function(){
if(leftNum==0){
//移动到最后一张图片
$("#imgBox").animate({left:leftNum=-1500},500);
}else{
$("#imgBox").animate({left:leftNum=leftNum+750},500);
}
});
$("#you").click(function(){
if(leftNum==-1500){
//移动到第一张图片
$("#imgBox").animate({left:leftNum=0},500);
}else{
$("#imgBox").animate({left:leftNum=leftNum-750},500);
}
});
});
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有