Share Posted April 30, 2016 Hi Is it possible to have a container automatically resize it's height when a div inside of it is moving outside the container's height? in this pen - - will it be possible to have the blue containing box automatically resize it's height when the contained red smaller box reaches the blue box bottom? Thanks, Elior See the Pen LNXYGN by beamish (@beamish) on CodePen Link to comment Share on other sites More sharing options...
Author Share Posted April 30, 2016 ... well, I managed to solve this in the following pen: See the Pen ZWmExz?editors=1111 by beamish (@beamish) on CodePen even though this seems rather expansive in cpu time. any alternatives?... Thanks Link to comment Share on other sites More sharing options...
Share Posted April 30, 2016 hmm, the way you have it is pretty much what I was thinking of. As far as I know the DOM doesn't really allow for that kind of height change when child position changes. However, it's likely one of the other mods may have a trick up their sleeve. Link to comment Share on other sites More sharing options...
Author Share Posted May 1, 2016 thanks; we'll wait and see... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now