
What is the smartest way to make this a jQuery slider? I don’t know exactly how to do the gradient on the left and right side.
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.
You can do it like this, with a container
divwith two childdivs: one for the images and one for the gradient. For the sliding, you can animate the imagediv‘sleftproperty using jQuery.http://jsfiddle.net/SSNmT/2/
Not tested on Opera, but works on Chrome and Firefox.