Div height depending on image in another div

Zoey_Michigan

New Member
I want the left \[code\]div\[/code\] to be in the same height as the right \[code\]div\[/code\] (which contain a image). The problem is that the image is fluid (that is, I can't have a specific size on the left \[code\]div\[/code\]).Is this possible? \[code\]<div class="container"> <div class="left"> <div>text</div> <div>text</div> </div> <div class="right"> <div>image</div> </div></div>\[/code\]
 
Back
Top