I am trying to create the following layout for a client -- based primarily on their current frame-based site.
+--------+--//--+------------------------------+--//--+ | MENU | | Heading (Org Name/Logo) | | | | +------------------------------+ | | | | Title | | | | +------------------------------+ | | | | Breadcrumbs | | | | +------------------------------+ | | | | Content | | | | | | | | | | | | | | | | | | | +------------------------------+ | | | | Footer | | +--------+--//--+------------------------------+--//--+ MENU is a fixed width column that is [supposed to be] attached to the left edge of the screen. All other items are in a containing DIV that has a fixed width and auto left/right margins, so the space between the menu and containing is variable, based on browser window size. Footer is attached to bottom of window if no scroll is required, or below content if scroll required. I have it laid out perfectly (I think) in Firefox, but IE places the MENU div inside my containing DIV. Can someone point out what I did wrong? HTML and CSS are in same file: http://bellsouthpwp.net/S/p/Speedy7/LayoutTest.html Thanks. --G Glenn E. Lanier II * Email: [EMAIL PROTECTED] ______________________________________________________________________ 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/
