A couple things that I see from a quick glance: 1 ) Firefox is getting it right. You've positioned your #navcontainer for the left menu absolutely with a top of 89px. That's exactly where it's at in FF.
2) Many of your container elements are positioned absolutely from the top - including your footer. That's going to make your life very difficult since you're gong to have to adjust many of those items for every page. FF and IE handle absolute positioning a bit different. You should consider using relative positioning wherever possible and adjusting the margins, padding, and floats accordingly to position the containers where they need to be. Also, here's a great resource for understanding CSS behavior between browsers: http://www.quirksmode.org/css/contents.html HTH, Jon On Jan 11, 2007, at 1:20 PM, Coldfusion wrote: > Any idea why the menu lays out fine in IE but not in FF? > http://www.mindkeeper.net/test/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266295 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

