parent div is not expanding to height
I have a simple markup:
<div style="position: relative;">
<img src="http://placehold.it/350x150" style="position: absolute;">
</div>
<img src="http://placehold.it/350x150">
jsFiddle
Why the heck is the parent div not expanding the height?
No comments:
Post a Comment