I have a question, currently I am working on a DIV that moves upwards when you hover on it.
I found a JS Fiddle on StackOverflow with the solution.(http://jsfiddle.net/N9uwD/19/)
Now I changed the DIV with my own needs, but suddenly the bottom of the DIV shakes, when it expands.(see http://jsfiddle.net/MeBxJ/609/)
I have trouble finding the solution of this problem. Can someone help me with finding the solution that the bottom won’t shake when it expands? The css is now exactly how I need it (with top position etc).
You will always get this if you are animating two things at once. To get this to work without the shake I would align the item to the bottom and just animate the height. I don’t know how you intent to use this but it may be an option.