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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.