开发者

Small problem in my JS slideshow

开发者 https://www.devze.com 2023-03-19 06:24 出处:网络
I have problem in my slideshow开发者_开发知识库 . First see the: example + code The problem in the image top margin shows part of the previous picture and is repeated every time .

I have problem in my slideshow开发者_开发知识库 .

First see the: example + code The problem in the image top margin shows part of the previous picture and is repeated every time . please help me to solve this problem , what's the wrong in my code


That's because your images have some space between them. If you look at my original version of that here: http://jsfiddle.net/lionking/CyCDD/, you will see that I set font-size: 0 in the CSS to make sure there was no space between the images.

You will also need to force the width of your slideshow container to make sure that there is only one slide per row. In your example if you make the window wider, you get two or more slides per row.

0

精彩评论

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

关注公众号