Jenn K wrote: > http://www.extravaganzadesign.com/work/mbn/test2.html
Advice: don't rely on, or use, fixed font-sizes (in pixel). 1: all browsers have font-resizing options, so it doesn't work too well. 2: it is making things unnecessary complicated for some of the visitors who can't read small-ish text. 3: text tend to break out of containers and overlap other content, because layouts with fixed font-sizes are also often based on fixed-size containers - as is yours. Add 'clear: left' or use some other means to keep #content away from the navigation, as elements inside that container get "hooked up" on navigation-elements in non-IE browsers when page is subjected to font-resizing. IE/win is partly saved by its own bugs, as the screen-shot shows... <http://www.gunlaug.no/tos/alien/jk.png> Build in some more flexibility, like 'height: auto' and containment on all containers - using 'min-height' as base-height, so your layout can take a little bit of stress without breaking. Other than that it looks like an ok start, with only a couple of source-code errors that need addressing... <http://validator.w3.org/check?uri=http://www.extravaganzadesign.com/work/mbn/test2.html> regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/