Here is my code: http://jsfiddle.net/G4eFT/1/
I want that when the mouse hovers the first image, it would also expose hidden photos with class other to the right.
But I am doing something wrong.
Could you give me a hand? Thanks.
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.
Here’s a modified version of your fiddle that does what you want.
http://jsfiddle.net/G4eFT/14/
The idea is that the “other” images go into a “hider” div that has an absolute position relative to the div containing the text you want to hide.