Posted by Knut Krueger on 05/29/07 11:25
stereotyyppi schrieb:
> Hi,
>
> I have problem with my html code. I have written in my css td cells
> height: 20px; but IE doesn t care about about it, instead it adjust
> its height in relation with neighbour td cell.
>
> the pages can be found in:
>
> http://www.helia.fi/~a0500249/paltamo/index.html
>
> (you need Internet explorer to see the bug. Its the green section that
> is cousing problem)
>
> So I want the td - cell with fixed height to 20px.
>
> sincerely Juha
>
Hi Juha,
the regulars of the group told me a couple of months ago, after a
similar question about tables:
*You are abusing tables.*
Means tables are for data sheets but not to display anything in a fixed
form.
I took me a little time ( and some help form the group) to change from
*abusing tables* ( I was a little bit angry bout this statement) to css
positioning.
But the regulars of the group are right - its much better and you can
change the layout very quickly.
Have a look to http://www.csszengarden.com/ they show you the power of
CSS without tables
Regrads Knut
[Back to original message]
|