How can I make using Jquery or CSS3 to animate a hovered div (on mouse over) to the left off screen and show up new divs one under other, here is a image link of the problem:
http://i48.tinypic.com/f12z6.jpg
How can I make using Jquery or CSS3 to animate a hovered div (on
Share
With CSS 3 transitions:
Assuming the markup looks like this:
DEMO