Jasmin Marcolin wrote: > Hi > > Would anyone have any ideas how to control centering of menus > (created with css) when the browser window is minimised. To see what > I'm talking about go to > http://www.tewksburycommercial.com.au/forlease/test.html
Ignoring the total disregard for standards compliance and separation of presentation and content! position: aboslute on div #layer1 is your culprit. It is taking the div out of the normal flow of the page and positioning the div at a specific location in the viewport. Regards Scott Swabey Design & Development Director - Lafinboy Productions www.lafinboy.com | www.thought-after.com ______________________________________________________________________ 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/
