這篇文章主要介紹了jQuery實(shí)現(xiàn)幻燈片焦點(diǎn)圖,可實(shí)現(xiàn)非常炫目時尚的幻燈片效果,非常具有實(shí)用價(jià)值,基本能滿足你在網(wǎng)頁上使用幻燈片(焦點(diǎn)圖)效果,具體如下
幻燈片效果描述:用鼠標(biāo)滑過右下角數(shù)字按鈕幻燈片進(jìn)行左右切換進(jìn)行切換。
自定義切換參數(shù)效果:向下切換、切換時間為8秒、鼠標(biāo)滑過按鈕時切換
運(yùn)行效果截圖如下:

具體代碼如下
<head><title>Jquery幻燈片焦點(diǎn)圖插件</title><script src="js/jquery-1.4a2.min.js" type="text/javascript"></script><script src="js/jquery.-1.2.1.min.js" type="text/javascript"></script><script type="text/javascript">$(function(){ $("#KinSlideshow").KinSlideshow({ moveStyle:"down", intervalTime:8, mouseEvent:"mouseover", titleFont:{TitleFont_size:14,TitleFont_color:"#FF0000"} });})</script><style type="text/css">.code{ height:auto; padding:20px; border:1px solid #9EC9FE; background:#ECF3FD;}.code pre{ font-family:"Courier New";font-size:14px;}.code pre code.note{ color:#999}.code2{border:1px solid #FEB0B0; background:#FFF1F1; margin-top:10px;}.code2 pre{ margin-left:20px; font-size:12px;}.info{ font-size:12px; color:#666666; font-family:Verdana; margin:20px 0 50px 0;}.info p{ margin:0; padding:0; line-height:22px; text-indent:40px;}h2.title{ margin:0; padding:0; margin-top:50px; font-size:18px; font-family:"微軟雅黑",Verdana;}h2.title span.titleInfo{ font-size:12px; color:#333; margin-left:10px;font-family:Verdana;}h3.title{ font-size:16px; font-family:"微軟雅黑",Verdana;}.importInfo{ font-family:Verdana; font-size:14px;}</style></head><body><li><h3><a href="demo2.html">自定義切換參數(shù)效果</a></h3></li></ol> <div id="KinSlideshow" style="visibility:hidden;"> <a target="_blank"><img src="images/11.png" alt="Jquery幻燈片焦點(diǎn)圖插件" width="600" height="300" /></a> <a target="_blank"><img src="images/23.png" alt="Jquery幻燈片焦點(diǎn)圖插件" width="600" height="300" /></a> <a target="_blank"><img src="images/22.png" alt="Jquery幻燈片焦點(diǎn)圖插件" width="600" height="300" /></a> <a target="_blank"><img src="images/5.jpg" alt="Jquery幻燈片焦點(diǎn)圖插件" width="600" height="300" /></a> <a target="_blank"><img src="images/4.jpg" alt="Jquery幻燈片焦點(diǎn)圖插件" width="600" height="300" /></a> </div></body></html>希望本文所述對大家的Jquery特效設(shè)計(jì)有所幫助。
新聞熱點(diǎn)
疑難解答