Hi,
I have this following problem: I have two divs that are side-by-side. The widths are pre-determined, but the heights are dynamic. I would like to make the two divs aligned at the bottom. Something like this:
I was thinking that the easiest way would be to use table, but is there a css solution for this?
Many thanks,
Min
I have this following problem: I have two divs that are side-by-side. The widths are pre-determined, but the heights are dynamic. I would like to make the two divs aligned at the bottom. Something like this:
Code:
********
* *
* Div 1*
* * ******
* * *Div2*
******** ******
I was thinking that the easiest way would be to use table, but is there a css solution for this?
Many thanks,
Min