Make two <div> same height with mootools 1.12

Posted by ivayloc on Stack Overflow See other posts from Stack Overflow or by ivayloc
Published on 2010-06-05T18:49:18Z Indexed on 2010/06/05 18:52 UTC
Read the original article Hit count: 106

Filed under:
|

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>

© Stack Overflow or respective owner

Related posts about mootools

Related posts about div-layouts