html - CSS position:absolute + dynamic height -
i have 4 <div>
tags 1 after other, in position:absolute
, align them using top
, left
.
the 3rd div tag contains dynamic content , height of div changes according amount of text in it. however, set top
, left
of divs, 4th div affected height of 3rd dynamic div.
how can solve this?
you may want try wrapping 4 divs in parent div , absolutely positioning that. can allow position of 1 of children divs affect another.
the solution had meant no matter tried affect top:60px
, left:180px
stopped moving anywhere other this, dynamic content div wasn't able reposition it.
Comments
Post a Comment