|
热门文章 |
|
|
|
|
功能强大的JS相册 |
来源:蓝色理想 更新时间:2010/8/13 21:16:25 阅读次数: 我要投稿 |
|
<script type="text/javascript" src="http://slideshow.triptracker.net/slide.js"></script> <script defer="defer" type="text/javascript"> <!-- var viewer = new PhotoViewer(); viewer.add('http://www.blueidea.com/articleimg/2003/12/1441/011.jpg'); viewer.add('http://www.blueidea.com/articleimg/2003/12/1441/021.jpg'); viewer.add('http://www.blueidea.com/articleimg/2003/12/1441/03.jpg'); viewer.add('http://www.blueidea.com/articleimg/2003/12/1441/061.jpg'); viewer.add('http://www.blueidea.com/articleimg/2003/12/1441/051.jpg'); //--></script> <style type="text/css"> <!-- .Slideshow a { margin-right: 5px; margin-left: 5px; text-decoration: none; } --> </style> <center> <div class="Slideshow"> <a href="http://www.blueidea.com/articleimg/2003/12/1441/011.jpg" onclick="return viewer.show(0)"> <img width="70" height="70" src="http://www.blueidea.com/articleimg/2003/12/1441/011.jpg" alt="" /> </a> <a href="photo/2.jpg" onclick="return viewer.show(1)"> <img width="70" height="70" src="http://www.blueidea.com/articleimg/2003/12/1441/021.jpg" alt="" /> </a> <a href="photo/3.jpg" onclick="return viewer.show(2)"> <img width="70" height="70" src="http://www.blueidea.com/articleimg/2003/12/1441/03.jpg" alt="" /> </a> <a href="photo/4.jpg" onclick="return viewer.show(3)"> <img width="70" height="70" src="http://www.blueidea.com/articleimg/2003/12/1441/061.jpg" alt="" /> </a> <a href="photo/5.jpg" onclick="return viewer.show(4)"> <img width="70" height="70" src="http://www.blueidea.com/articleimg/2003/12/1441/051.jpg" alt="" /> </a> <br/> </div> </center> |
|
上一篇文章: 图片上的左右箭头切换上一张下一张图片的js代码下一篇文章: JS/CSS点小图弹大图实例代码 |
|
|