文章详情

短信预约-IT技能 免费直播动态提醒

请输入下面的图形验证码

提交验证

短信预约提醒成功

如何使用css3实现图片轮播和按钮

2024-04-02 19:55

关注

这篇文章将为大家详细讲解有关如何使用css3实现图片轮播和按钮,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。

  CSS代码:

  #second_div{

  margin-top: 160px;

  }

  。img_box{

  overflow: hidden;

  width:100%;

  height:420px;

  border:1px solid;

  position:relative;

  }

  。img_box img{

  width:100%;

  position:absolute;

  }

  。ul5{

  list-style: none;

  position:absolute;

  left:580px;

  top:565px;

  }

  。ul5 li{

  float:left;

  margin-left:20px;

  width:40px;

  height:5px;

  border:0px;

  background:lawngreen;

  }

  。d1,.d2{

  width:50px;

  height:60px;

  background-color: rgba(10,10,10,0.5);

  text-align: center;

  font-size:26px;

  font-weight: 800px;

  line-height:60px;

  cursor: pointer;

  }

  。d1{

  position:absolute;

  top:373px;

  left:25px;

  }

  。d2{

  position:absolute;

  top:373px;

  left:1445px;

  }

  HTML遇新是直朋能到分览代码:

  js代码遇新是直朋能到:

  $("#ss")。click(function(){var new_li=$("

  "+ $("#skuang")。val() +"");

  $("#d1 ul")。append(new_li);

  $("#d1")。hide();

  $("#skuang")。val("");

  })

  $("#skuang")。focus(function(){

  $("#d1")。css("display","block");

  });

  $("#skuang")。blur();

  $("#qingch")。click(function(){

  $("#d1 li:gt(0)")。remove();

  $("#d1")。hide();

  });//轮播图

  var img=$(".img_box img");var li=$(".ul5 li");var divW=$(".img_box")。width();var len=$(".img_box img")。length;

  img.css("left",divW);

  img.eq(0)。css("left",0);

  li.eq(0)。css("background","red");var index=0;var next=0;functionshow(){

  next++;if(next==len){

  next=0;

  }

  img.eq(next)。css("left",divW);

  img.eq(index)。animate();

  img.eq(next)。animate();

  li.eq(next)。css("background","red");

  li.eq(index)。css("background","lawngreen");

  index=next;

  }

  t=setInterval(show,2000);functionshow1(){

  next--;if(next==-1){

  next=len-1;

  }

  img.eq(next)。css("left",-divW);

  img.eq(index)。animate();

  img.eq(next)。animate();

  li.eq(next)。css("background","red");

  li.eq(index)。css("background","lawngreen");

  index=next;         比抖朋要插支一圈不者地

  }

  img.hover(function(){

  clearInterval(t);    遇新是直朋能到分览支体调

  },function(){

  t=setInterval(show,2000);

  })//左右按钮

  $(".d2")。mousedown(function(){

  clearInterval(t);

  show();

  })

  $(".d2")。mousedown(function(){

  t=setInterval(show,2000);

  })

  $(".d1")。mousedown(function(){

  clearInterval(t);

  show1();

  })

  $(".d1")。mousedown(function(){

  t=setInterval(show,2000);

  })//小白点 点击

  li.mousedown(function(){

  num=$(this)。index();if(num==next){return;

  }else if(num

  clearInterval(t);

  img.eq(num)。css("left",-divW);

  img.eq(index)。animate();

  img.eq(num)。animate();

  li.eq(num)。css("background","red");

  li.eq(index)。css("background","lawngreen");

  index=num;

  next=num;

  }else if(num>next){

  clearInterval(t);

  img.eq(num)。css("left",divW);

  img.eq(index)。animate();

  img.eq(num)。animate();

  li.eq(num)。css("background","red");

  li.eq(index)。css("background","lawngreen");

  index=num;

  next=num;

  }

  })

  li.mouseup(function(){

  t=setInterval(show,2000);

  })

  })

关于“如何使用css3实现图片轮播和按钮”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。

阅读原文内容投诉

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

软考中级精品资料免费领

  • 历年真题答案解析
  • 备考技巧名师总结
  • 高频考点精准押题
  • 2024年上半年信息系统项目管理师第二批次真题及答案解析(完整版)

    难度     807人已做
    查看
  • 【考后总结】2024年5月26日信息系统项目管理师第2批次考情分析

    难度     351人已做
    查看
  • 【考后总结】2024年5月25日信息系统项目管理师第1批次考情分析

    难度     314人已做
    查看
  • 2024年上半年软考高项第一、二批次真题考点汇总(完整版)

    难度     433人已做
    查看
  • 2024年上半年系统架构设计师考试综合知识真题

    难度     221人已做
    查看

相关文章

发现更多好内容

猜你喜欢

AI推送时光机
位置:首页-资讯-前端开发
咦!没有更多了?去看看其它编程学习网 内容吧
首页课程
资料下载
问答资讯