JJ wrote: --- http://fortcollinsincubator.org
The problem is that in Firefox the first few items within the page are pushed right, as if they have added padding. This effect goes away down the page, seemingly at a random point, like in the middle of a paragraph, then the rest of the page is OK. In IE6 I get a consistent margin down the entire page, but it's also too far to the right. --- Add this to #nav to see what's happening: border: 1px solid #F00; Only took a quick look but it looks like #nav is too wide and pushing in to the main content area. Adjust its width and padding accordingly. Remember padding is in addition to specified width, so as your code stands, the width of #nav is 175px + 34px = 209px. If you want a width of 209px on the nav, increase the margin on your content. Personally, I'd take the padding off #nav and apply it to the elements within #nav. -Nigel nigel m. duckworth | one network enterprises 6101 Carnegie Blvd, Charlotte, NC 28209 704.227.1991 T 704.227.1901 F [EMAIL PROTECTED] | www.onenetwork.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/