怎么做網(wǎng)站產(chǎn)品圖片滾動(dòng)展示功能發(fā)布者:本站 時(shí)間:2020-05-12 14:05:42
方法如下:
第一步、刪除原有圖片調(diào)用所有代碼包括div框。
第二步、如果是固定的圖片展示就放上下面自己的圖片div代碼:
<div id="demo"> <div id="indemo"> <div id="demo1"> <a href="#"><img src="" border="0" /></a> <a href="#"><img src="" border="0" /></a> <a href="#"><img src="" border="0" /></a> <a href="#"><img src="" border="0" /></a> <a href="#"><img src="" border="0" /></a> <a href="#"><img src="" border="0" /></a> </div> <div id="demo2"></div> </div> </div>
如果要是調(diào)用自動(dòng)更新的某一分類的文章圖片用以下代碼(循環(huán)代碼):(注意:黃色的代碼就是上面的縮略圖調(diào)用代碼,如果一個(gè)模板沒有上面的產(chǎn)品圖片模板,這個(gè)代碼失效,或者要重新操作縮略圖步驟。)
<div id="demo"> <div id="indemo"> <div id="demo1"> <?php if (have_posts()) : ?> <?php query_posts('cat=1' . $mcatID. '&caller_get_posts=1&showposts=6'); ?> <?php while (have_posts()) : the_post(); ?> <div class="thumb"> <a href="<?php the_permalink() ?>"><?php if ( has_post_thumbnail() ) { ?><?php the_post_thumbnail( array(160,100)); ?><?php } else {?><img src="<?php echo get_first_image(); ?>" width="160px" height="100px" /><?php }?><br/><?php echo mb_strimwidth(get_the_title(), 0, 16, ''); ?></a> </div> <?php endwhile;?> <?php endif; wp_reset_query(); ?> </div> <div id="demo2"></div> </div> </div>
第三步:將以下js 代碼放到首頁底部 </body>上面。
<script> <!-- var speed=10; //數(shù)字越大速度越慢 var tab=document.getElementById("demo"); var tab1=document.getElementById("demo1"); var tab2=document.getElementById("demo2"); tab2.innerHTML=tab1.innerHTML; function Marquee(){ if(tab2.offsetWidth-tab.scrollLeft<=0) tab.scrollLeft-=tab1.offsetWidth else{ tab.scrollLeft++; } } var MyMar=setInterval(Marquee,speed); tab.onmouseover=function() {clearInterval(MyMar)}; tab.onmouseout=function() {MyMar=setInterval(Marquee,speed)}; --> </script>
第四步、復(fù)制css樣式(可以設(shè)置長(zhǎng)和高)
#demo { overflow:hidden; width: 750px; height:170px; } #demo img { border: 3px solid #F2F2F2; } #indemo { float: left; width: 800%; } #demo1 { float: left; } #demo2 { float: left; } .thumb { float:left; width:170px; height:150px; text-align:center; } .thumb img { width:160px; height:120px; }
選擇我們,優(yōu)質(zhì)服務(wù),不容錯(cuò)過
1. 優(yōu)秀的網(wǎng)絡(luò)資源,強(qiáng)大的網(wǎng)站優(yōu)化技術(shù),穩(wěn)定的網(wǎng)站和速度保證
2. 15年上海網(wǎng)站建設(shè)經(jīng)驗(yàn),優(yōu)秀的技術(shù)和設(shè)計(jì)水平,更放心
3. 全程省心服務(wù),不必?fù)?dān)心自己不懂網(wǎng)絡(luò),更省心。
------------------------------------------------------------
24小時(shí)聯(lián)系電話:021-58370032