How to make 3 “li” columns with variable height content the same height
问题 HTML: <ul> <li> <div class="one">Variable Height Title</div> <div class="two">Fixed height middle block</div> <div class="three">Variable height middle block<br />more content<br /> more contentmore content<br /> more content<br /> more content</div> <div class="four">Fixed height footer</div> </li> <li> <div class="one">Variable Height Title Might be two lines long</div> <div class="two">Fixed height middle block</div> <div class="three">Variable height middle block</div> <div class="four"