Yes, that's true for the fixed width, I've done it.
There's normally no problem with the td#columnTop colspan="2" as it is equal to td#columnMid & td#columnRight.
But, is percentage a recursive problem under Safari &/ Chrome ?
Sure, it solve my problem but I'm always trying to make a website easily updated ; if I want to change de width of my mainpart, I only have to change 1 setting. Putting fixed values is not going on this direction...
Main Topics
Browse All Topics





by: eoinosullivanPosted on 2009-02-09 at 05:39:16ID: 23589850
Looking at the CSS .. I note that if you change the width of #columnRight from 23% to 200px, then it adjusts properly. This would imply that the % division of columns is not completely valid.
I see that in the top row of the table .. you have td#columnTop .. which has a Colspan = 2.
This double width column at the top of the table (with no fixed width or %) .. has the effect of messing up the columns that come beneath.