Melissa Carraway wrote: > http://www.decisiveelement.com/clients/mothermartin/home/index02.htm
You're telling every browser on earth to run in 'quirks mode', and that is partly why you're getting these variations. A proper doctype that'll trigger 'standard mode'[1] would be a good start, but it won't make it look good across browser-land since there are so many design-flaws in there. However, you won't get far if you keep on triggering 'quirks mode', so you better make the "switch". 'Quirks mode' also means that all your non-valid colors / background-colors are rendered, but they won't render in 'standard mode' so there's a lot to correct. Too much to explain on list, so (to save time) I made the most needed corrections and put it in a file so you can check it up yourself. Fix the 'pngfix' for IE/win that I didn't bother about, and you've got a cross-browser compatible layout... <http://www.gunlaug.no/tos/alien/mc/test_5360.html> It triggers 'standard mode' in all the latest browsers. You'll see that I have deleted all but one 'position: relative' and related declarations, as there's no use for them in that layout. > This layout only has one, and if someone can tell me how to better > place the logo element without absolute positioning, I'd be thrilled. > No problem to float and move it into place, but there's no need to change that part. Absolute positioning is fine for "fix-sized elements in a fix-sized environment", and nothing moves there. No use floating *and* absolute position it though, as absolute positioned elements can't float. I do miss the use of some proper headline-elements, and I did not correct that. I did add some alt-attributes, but you'll have to decide what to put in them. regards Georg [1]http://gutfeldt.ch/matthias/articles/doctypeswitch/table.html -- http://www.gunlaug.no ______________________________________________________________________ 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/