here is the code: http://jsfiddle.net/hQnXm/7/
So basically i need when hover, it should animate only that li item images. Currently it animates all li images globally.
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.
The way the code currently works, each set of
<li>tags needs to be in it’s own<ul class="box">for the code to work like this: http://jsfiddle.net/YT2LG/Or, you can change this line of code:
to this:
to get the code to work with the HTML you have as shown here: http://jsfiddle.net/jfriend00/DjtKS/