iT邦幫忙

0

請問網頁橫幅樣式怎麼改

各位好:
想請教一下
我的橫幅現在是用這個
http://jquery.malsup.com/cycle/
裡面的fade樣式
但我想改成這種的
http://ithelp.ithome.com.tw/upload/images/20170411/20102983OLH4OUboCg.png
有書籤圖樣,能讓你點選想哪張圖片
順便知道圖片名稱
請問要怎麼改
我怎麼弄都只能讓他自己跑而已......
而且書籤跑下一張圖就不見了...

看更多先前的討論...收起先前的討論...
給大家你改過的程式碼吧~
不然叫IT邦的邦友們怎麼幫你呢~?
神威 iT邦研究生 4 級 ‧ 2017-04-11 11:49:49 檢舉
html 部分
<div id="nav">
<a href='images/ban2.jpg'>1</a>
<div>
<div id="slider">
<img height="240" width="980"src="images/ban.jpg">
<img height="240" width="980"src="images/ban2.jpg">
<img height="240" width="980"src="images/ban3.png">

</div>
</div>
</div>
//*********************************//
script部分
<script type="text/javascript">
jQuery(document).ready(function($) {
$('#slider').cycle({
fx: 'turnDown',
speed: 'fast',
timeout: 0,
pager: '#nav'
});
});

</script>
/***********************************/
plugin:
http://malsup.github.io/jquery.cycle.all.js
這是另外一種的啊,要不就是從有用的網站把 語法抓下來改,要不就是看一下樣品網是用哪一家的套件做的
去那個套件網站下載範本再來改,基本上,這種套件很多,所以要找很容易的
丹尼 iT邦研究生 4 級 ‧ 2017-04-13 02:35:37 檢舉
去模板之家吧 超多免費原始碼可以看
goodnight iT邦研究生 2 級 ‧ 2017-04-13 02:36:31 檢舉
jquery有些功能要付費的
基本上商用都要付費,看清楚授權條款,很多都只能個人用
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

0
justin
iT邦新手 5 級 ‧ 2017-04-11 16:40:19
最佳解答

http://www.lanrenzhijia.com/banner/3112.html
參考一下~很多種作法

我要發表回答

立即登入回答