开发者

How to slide the images using jquery?

I hav a few images. I want to sl开发者_运维百科ide them one after the another using jquery. Pls help me.


Try this.http://flowplayer.org/tools/demos/scrollable/vertical.html

Some more info -

//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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜