Morning Kristian You wrote; > I'm building a menu that appears when a menu item graphic is moused over. > The positioning works perfect in Mozilla Firefox ( I also did initial > testing with Firefox which is what I used to position the submenu divs). > Problem is that the submenu divs are not in their correct positions in > IE6. Anybody know how to remedy this? > > here's the link: > http://www.kristianeckert.com/misc_assets/index2.html > > for css file: > http://www.kristianeckert.com/misc_assets/inwc.css > > My research found info on bugs with widths and box model but nothing for > just positioning differences. > any advice is appreciated First, remove the XML prologue** from the head of your document, it's causing IE 6 to switch to quirks mode [1]. You should run this page paste the either the W3C [2] or WDG [3] validators. You have tags that are open and not closed, tags that are closed but not open and ID selectors used more than once. You should change the p1's, p2's etc to classes if you need to use them more than once on this page. [4] If you search of the CSS-D wiki [5] for * positioning *, you'll find lots of useful information. Regards Jim Nannery owner - www.redfernenterprises.com ------------------------------------------ ** <?xml version="1.0" encoding="iso-8859-1"?> [1] http://css-discuss.incutio.com/?page=QuirksMode [2] http://validator.w3.org/ [3] http://www.htmlhelp.com/tools/validator/ [4] http://css-discuss.incutio.com/?page=ClassesVsIds [5] http://css-discuss.incutio.com/ ______________________________________________________________________ css-discuss [EMAIL-REMOVED]] 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/