<table>
<tr>
<td>Fixed-Width Column: 250px</td>
<td>Fluid Width Column: remaining width</td>
</tr>
</table>
I’m not creating a page layout with this, and I need to use Table. Is there any way to achieve this cross-browser? I’m already using jQuery on this project, if that helps?
Alternatively, you can put the style information in your css. The HTML for this looks like:
The CSS will be:
The maincontent will automatically get the remaining width.
You can achieve the same result with a
<div>based layout. The html:and CSS: