當我使用固定寬度(IE 7)時,我無法讓colspan工作?爲什麼?!Colspan不適用於寬度設置? (IE7)
示例代碼:
<html>
<head>
<style>
.inputGroup td
{ width:250px; }
</style>
</head>
<body>
<table class="inputGroup">
<tr>
<td>cell1</td>
<td>cell2</td>
</tr>
<tr>
<td colspan="2">This should span two columns but it doesnt</td>
</tr>
<tr>
<td>cell1</td>
<td>cell2</td>
</tr>
</table>
</body>
</html>
幫助別人? :(
哦,哇。謝謝,有時你只是看不到你面前的事情。 – Alex 2009-06-03 23:31:12