when you hover over the left side (previous function) slides in and fades darker and vice versa for the right
here’s what I got so far thanks to Deleteman
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.
I would try to do the following:
Inside the block element that holds the image, add two block elements like this:
And the position of the image container, set it the position to be “relative”.
Now, you can set events like this:
Hope it helps!
Edit
Check it out: http://jsfiddle.net/pQzWp/7/
Changed your framework to JQuery, since I don’t know much about mootools, you can change the fadeIn and fadeOut effect for whatever you want.