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

首頁(yè) > 編程 > JavaScript > 正文

SuperSlide2實(shí)現(xiàn)圖片滾動(dòng)特效

2019-11-20 14:26:27
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

這里貼一下自己演示的代碼,期望對(duì)使用的朋友所有啟發(fā),我這里是結(jié)合了兩個(gè)例子實(shí)現(xiàn)的

.focus-item ul li.item{  text-align: center;}.scroll-area .prev,.scroll-area .next{  position: absolute;  bottom: 590px;  width: 29px;  height: 64px;  opacity: 0.6;  overflow: hidden;  display: none;  text-indent: -999px;  border: medium none;  background: url('/images/arrowLR.png') no-repeat scroll 0% 0% transparent;}.scroll-area .prev{  left: 0px;  background-position: -50px 0px;}.scroll-area .next{  right: 0px;}.scroll-area .bdOn .prev,.scroll-area .bdOn .next{  display: block;} .scroll-area .focus-hd{  /*width: 832px;*/  /*left: 60px;*/  /*position: absolute;*/  /*height: 100px;*/  /*overflow: hidden;*/  left: 63px;  position: absolute;} .focus-hd .sNext, .focus-hd .sPrev{  float: left;  display: block;  width: 14px;  height: 47px;  text-indent: -9999px;  background: url('/images/sprites1008.png') no-repeat scroll 0px -3046px transparent;}.focus-hd .sNext{  background-position: 0px -2698px;} .focus-hd .show_bottom_nav {  float: left;  margin: 0px 6px;  display: inline;  width: 832px;  overflow: hidden;}.focus-hd .show_bottom_nav ul li{  margin-left:15px;}

html演示代碼:

<div id="" class="scroll-area">  <div class="focus-item">    <ul>      <li data-bottom-thumb="/attachments/news_gallery/20140528162328_454.jpg" class="item" data-text-id="#thumbTxt1">        <img src="/attachments/news_gallery/20140528162328_454.jpg" alt="標(biāo)題1" />      </li>      <li data-bottom-thumb="/attachments/news_gallery/20140528162328_733.jpg" class="item" data-text-id="#thumbTxt2">        <img src="/attachments/news_gallery/20140528162328_733.jpg" alt="標(biāo)題2" />      </li>    </ul>    <a class="prev" href="javascript:void(0)"></a>    <a class="next" href="javascript:void(0)"></a>  </div>  <div class="focus-hd" style="">    <a class="sPrev prevStop" href="javascript:void(0)">←</a>    <div class="show_bottom_nav">      <ul>        <li data-bottom-thumb="/attachments/news_gallery/20140528162328_454.jpg" class="item" data-text-id="#thumbTxt1" style="float: left">          <img style="width: 150px;height: 100px" src="/attachments/news_gallery/20140528162328_454.jpg" alt="標(biāo)題1" />        </li>        <li data-bottom-thumb="/attachments/news_gallery/20140528162328_733.jpg" class="item" data-text-id="#thumbTxt2" style="float: left">          <img style="width: 150px;height: 100px" src="/attachments/news_gallery/20140528162328_733.jpg" alt="標(biāo)題2" />        </li>      </ul>    </div>    <a class="sNext" href="javascript:void(0)">→</a>  </div></div>

js腳本代碼:

jQuery(".scroll-area").slide({titCell:'.focus-hd li',mainCell:'.focus-item ul',delayTime:0,trigger:0,autoPlay:true});jQuery(".scroll-area .focus-item").hover(function(){jQuery(this).addClass("bdOn")},function(){jQuery(this).removeClass('bdOn')});//小標(biāo)簽的導(dǎo)航j(luò)Query(".scroll-area .show_bottom_nav").slide({ mainCell:"ul",delayTime:100,vis:5,effect:"left",autoPage:true,prevCell:".sPrev",nextCell:".sNext" });

發(fā)表評(píng)論 共有條評(píng)論
用戶(hù)名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 墨玉县| 阿鲁科尔沁旗| 镶黄旗| 合江县| 怀柔区| 安龙县| 株洲县| 会东县| 孟州市| 明水县| 察隅县| 四平市| 大渡口区| 旌德县| 西充县| 元朗区| 桓台县| 正定县| 柳州市| 溆浦县| 枣强县| 正阳县| 余庆县| 黔西县| 浪卡子县| 蒙自县| 安岳县| 遂昌县| 刚察县| 咸丰县| 灵寿县| 达州市| 鹤岗市| 清苑县| 突泉县| 寿宁县| 楚雄市| 白银市| 深泽县| 嵊州市| 黄冈市|