Your calculations are "right" if, I presume by not adding up you mean that 35 + 65 = 100, but you have had to use -101% to shift the left nav column back in place. That is because of IE's rounding errors when dealing with element sizes set as percentages.
Better would be to make #content 64.9% wide and set the neg margin on #left_nav to -99.9% Even better would be not to use the "Any Order Columns" technique for your layout at all since it's overkill. Since you have only two columns, you can float #content to the right and then float #left_nav to the left. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
