特效描述:利用jquery实现 多屏左右 滑动式 幻灯片特效,利用jquery实现多屏左右滑动式幻灯片特效
代码结构
1. HTML代码
<DIV class=wrap>
<DIV class=moko-slider>
<DIV class=frame>
<UL>
<LI><A href="http://cxvn.com/" target=_blank><IMG src="images/img1_src_5897626.jpg" border="0"></A> </LI>
<LI><A href="http://cxvn.com/" target=_blank><IMG src="images/img1_src_5833226.jpg" border="0"></A></LI>
<LI><A href="http://cxvn.com/" target=_blank><IMG src="images/img1_src_5914683.jpg" border="0"></A></LI>
</UL></DIV></DIV>
</DIV>
与本文相关的文章