Well, I got a div named "div1" and an other below it with the name "div2".
"div1" has the height "auto", so the height is following the text amount. But the problem here is that when "div1" changes height, "div2" is still at its default position, like an absolute position (which it isn't). So how to do so "div2" is following "div1"'s height?





Bookmarks