I have code that looks like this:
<div class="row">
<div>
<img src="img1.jpg" />
</div>
<div>
<img src="img2.jpg" />
</div>
<div>
<img src="img3.jpg" />
</div>
</div>
I want to align blocks by their bottoms. How can i do that?
UPDATE: Thank you guys for your answers, I don't know why, but they didn't help me. So here is real html code in js fiddle: http://jsfiddle.net/rZvqK/