display: table-cell使用起来非常好,只有一个缺点。
它不适用于IE7(或IE6,但谁在乎?)
如果您不需要支持IE7,请随时使用它。
IE7仍然有一些用法,但是您应该检查Analytics(分析),然后做出决定。
要回答您的 特定 用例,您 可以 不使用
display: table-cell,只要您不需要
height根据内容进行调整即可
<div > <div style='float:left; width:100px; background:red'>some content</div> <div style='overflow:hidden; background:#ccc'>some more content</div></div>



