Element wider than its parent not shown during jQuery slide animation
When showing开发者_如何学Go (using jQuery UI's show) a #content element with a child #footer wider than #content, the #footer part outside #content appears only once the animation is finished, while everything within #content is already shown during the animation. Why? Anybody can help?
Thanks
Jul
Animate sets overflow:hidden during the animation. You can try setting overflow:visible !important
in your css.
精彩评论