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?

http://jsfiddle.net/25xrh/

you may want try wrapping 4 divs in parent div , absolutely positioning that. can allow position of 1 of children divs affect another.

http://jsfiddle.net/25xrh/5/

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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -