I\'m trying to use animate() to change the height and opacity of a div. The div has an image background in CSS. It works fine on Firefox and Safari
animate()
div
I noticed the problem was caused by position:relative of the container. If "switching" to absolute opacity animation will work.