|
Posted by dorayme on 12/12/06 00:22
In article
<1165879842.641200.172840@73g2000cwn.googlegroups.com>,
sellmerfud@gmail.com wrote:
> I am trying to create a table where the first row has two columns.
> I want the first column to be of fixed width and the second column to
> stretch to fit the rest
> of the table width.
>
> In the subsequent rows, there will a single column colspan="2" and this
> column
> will be wider than the first column in the first row.
>
> In Firefox all works as planned. In IE, however, the first column in
> the first row is not
> fixed to the width that I specify. It is as if IE is ignoring the
> width attribute.
> (I have tried using width="512", style="width:512", and <col
> width="512"> and IE
> blissfully ignores them all.
>
> Does anyone know how I can achieve this?
Post a URL with something you are really (in the Korpela sense)
trying to do.
Why are you no wrapping? Do you know that the effect of this is
to lose the magical ability of tables to stay within the width of
the browser without needing to sideways scroll. Are you using
this table for layout? Do you need to? Do you know that in css
you have to put in the units for widths?
--
dorayme
Navigation:
[Reply to this message]
|