0
我有幾張圖片。我想用jQuery一個接一個地滑動它們。請幫助我。如何使用jQuery來滑動圖像?
我有幾張圖片。我想用jQuery一個接一個地滑動它們。請幫助我。如何使用jQuery來滑動圖像?
試試這個。 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;
}