开发者

How to slide the images using jquery?

开发者 https://www.devze.com 2023-02-05 21:54 出处:网络
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

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

精彩评论

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

关注公众号