我的建築:表細胞看起來忽略了固定的寬度
<div style="display: table;">
<div style="display: table-cell; width: 50px; background-color: red;">a</div>
<div style="display: table-cell; width: 100%; background-color: green;">...</div>
<div style="display: table-cell; width: 50px; background-color: red;">a</div>
</div>
邊緣列應保持50像素的寬度,還是它就像我沒有設置任何
爲什麼不只是使用表格? – Phil