Posted by Brian on 11/10/55 11:39
How can the table below be rewritten to work in IE? This works in
FireFox.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html><body>
<table width="100%">
<colgroup>
<col width="200px"/>
<col width="1*"/>
</colgroup>
<tr>
<td>This column has a fixed width</td>
<td>This column's width changes</td>
</tr>
</table>
</body></html>
The first column is fixed at 200 pixels while the other column adjusts
with the resizing window.
Thanks,
Brian Jerolleman
Navigation:
[Reply to this message]
|