標籤:des style blog http color html
KinSlideshow預設設定效果代碼:
*焦點圖顯示的標題為 img 中 alt 屬性中的文字
*當只有一張圖片時不顯示按鈕,但也會有無縫轉場效果
* jquery 1.7.2以上版本
jvascript: $(function(){ $("#KinSlideshow").KinSlideshow(); }) HTML: <div id="KinSlideshow" style="visibility:hidden;"> <a href="http://www.lanrentuku.com" target="_blank"><img src="images/1.jpg" alt="這是標題一" /></a> <a href="http://www.lanrentuku.com" target="_blank"><img src="images/2.jpg" alt="這是標題二" /></a> <a href="http://www.lanrentuku.com" target="_blank"><img src="images/3.jpg" alt="這是標題三" /></a> <a href="http://www.lanrentuku.com" target="_blank"><img src="images/4.jpg" alt="這是標題四" /></a> <a href="http://www.lanrentuku.com" target="_blank"><img src="images/5.jpg" alt="這是標題五" /></a> <a href="http://www.lanrentuku.com" target="_blank"><img src="images/6.jpg" alt="這是標題六" /></a> </div>http://www.lanrentuku.com/down/js/jiaodiantu-794/index.html