当前位置:首页 >> 网络编程

jQuery实现广告条滚动效果

本文实例为大家分享了jQuery实现广告条滚动效果的具体代码,供大家参考,具体内容如下

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <title></title>
    <style>
    *{padding: 0px;margin: 0px;}
      #list{width: 150px;height: 310px;margin: 0px auto;border: 1px solid #ccc;overflow: hidden;}
      #list li{list-style: none;height: 30px;line-height: 30px;border-bottom: 1px dashed #999;}
    </style>
    <script type="text/javascript" src="/UploadFiles/2021-04-02/jquery-1.8.3.js">

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。