Posted by Roy A. on 01/14/07 22:20
William skrev:
> Is
> there a way to make that tow middle TD fixed at 16 pixels? It works fine
> with Firefox, but not with Explorer.
You could use somthing like this:
<table style="table-layout:fixed" width="100%" border="0"
cellpadding="0" cellspacing="0">
<tr>
<td width="100"> </td>
<td width="100%">
<div class="top" style="height:16px">16 pixels height</div>
<h1>Content</h1>
<p>sahdfhs</p>
</td>
<td width="100">bbbb</td>
</table>
[Back to original message]
|