IE6 will shrink-wrap elements with layout instead of allowing content to flow outside...
authorColin Snover <github.com@zetafleet.com>
Tue, 5 Oct 2010 19:53:35 +0000 (14:53 -0500)
committerColin Snover <github.com@zetafleet.com>
Tue, 5 Oct 2010 19:53:35 +0000 (14:53 -0500)
commit5057ff9f43017f673894584358ca95c8753b65d4
treea3daccb49c564c8b332bd9e02dabb91e270f42be
parent329b750af6649b3755920144bf1d52bfc3a42a0e
IE6 will shrink-wrap elements with layout instead of allowing content to flow outside of the border-box. Add a test for this and do not remove the overflow property after an animation in IE6.
src/effects.js
src/support.js
test/index.html
test/unit/effects.js