Я не могу понять проблему здесь, но это выглядит хорошо во всех браузерах, кроме Opera.
Код HTML выглядит следующим образом:
<table width="395" height="214" border="1">
<tr>
<td colspan="2">Here is some content in here that has 2 colspans</td>
<td width="137">This only has 1 colspan.</td>
</tr>
<tr>
<td width="113">This has only 1 colspan also.</td>
<td colspan="2">This cell has 2 colspans now and should look presentable hopefully.</td>
</tr>
<tr>
<td colspan="3">This cell has 3 colspans within this table and should fill up the entire width of the table.</td>
</tr>
</table>
Теперь вывод выглядит в Opera следующим образом:
Но как мне сделать так, чтобы все выглядело так (как все остальные браузеры):
Проблема на самом деле гораздо глубже, но это основная основная общая проблема.