I have implemented a Content Slider and made some style changes.
http://jsfiddle.net/NinjaSk8ter/5tXgQ/
I also added an additional Thumb Pic (the 7th on the Right) and Main Pic.
For some reason, the Slider skips this Thumb Pic- why is that?
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.
Seems it’s a problem with your counting. Try the following
Notice I’ve changed the line
if(6 == curclicked)that resets to zero if the number of clicked thumbs exceeds the quantity of thumbnails (i.e. look to see if it’s 7 instead of 6) instead of just equalling them.