Scott Swabey wrote: > 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! >
Let's all remember that this list is not a place to critique others' level of standards compliance when unasked. All list members are in varying levels of comfort with CSS. Some of them are brand new to CSS and just using it in a very limited manner. This is nothing to criticize. If you have helpful suggestions and links for how a list member can make their site better, please share that advice, but critiques without any suggestions for how to fix the issues you see are uncalled for. > 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. > Jasmin, to add to this, I would suggest you read up on how positioning works: http://www.brainjar.com/css/positioning/default.asp Then, I suggest reading this article on creating a centered nav bar: http://24ways.org/advent/centered-tabs-with-css You should also check out this gallery of CSS menus for some inspiration and alternate methods of construction: http://css.maxdesign.com.au/listamatic/ Best, Zoe -- Zoe M. Gillenwater Design Services Manager UNC Highway Safety Research Center http://www.hsrc.unc.edu ______________________________________________________________________ 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/
