如何使用jquery滑动图像?

时间:2011-01-20 05:51:39

标签: jquery

我有几张照片。我想用jquery一个接一个地滑动它们。请帮助我。

1 个答案:

答案 0 :(得分:0)

试试这个。http://flowplayer.org/tools/demos/scrollable/vertical.html

更多信息 -

//vertical is the class of parent container
.vertical {
    border-top:1px solid #DDDDDD;
    height:665px; // just increase it for showing more images.
    overflow:hidden; //causing images to hide.
    position:relative;
    width:700px;
 } 

Working Example showing just two images

Working Example showing four images