Make two <div> same height with mootools 1.12
- by ivayloc
How to make two with same height with mootools 1.12 when there are images in the second one which doesn't have set attribute "height" in their code?
<div id="box-1"></div>
<div id="box-2">
<img src="..." />
<img src="..." />
<img src="..." />
</div>