I would use display:table-cell for the equal height columns (ie8+) and then use the ... .inner { width: 100%; display: table; [B]table-layout:fixed;[/B] }.
確定! 回上一頁