I have a main container div that I want to resize dynamically. In a way that, let’s say that a div inside the container suddenly loads a wall of text that expands the div by 500 pixels – I don’t want the container div to suddenly become larger, but change size with easing. I am thinking that maybe I could set the overflow to hidden on the container, and then execute some sort of a resize script? What are your thoughts? Thanks 🙂
Share
It has been done before. See http://css-tricks.com/examples/OrganicTabs/
Original Article: http://css-tricks.com/4530-organic-tabs/