标签: html google-chrome cross-browser tablelayout
我有一个用table-layout: fixed包裹表格的div。
table-layout: fixed
<div class="wrap"> <table id="mytable"><tr> <td>Some label</td> </tr></table> </div>
问题在于,Chrome中呈现的DIV宽度小于包裹表格所需的宽度。在Firefox中没关系。
Here is the Fiddle demostration
这是一个Chrome错误?