Conflicting table cell widths
Paul Sprakes
pauls at sprakes.co.uk
Thu Feb 12 19:49:26 GMT 2004
Could someone tell me what should happen in the following case:
<table width="200" border="1">
<tr>
<td width="100">A</td>
<td width="100%">B</td>
</tr>
</table>
What width in pixels should cell B be rendered at? In Konqueror it attempts to
take 200 pixels and squashes cell A. Is this correct or should it be 100
pixels?
I've looked in the specs at w3c but can't seems to find anything.
Thx, Paul.
More information about the kfm-devel
mailing list