accent2 wrote: > Am still stuck on a page with valid xhtml 1.0 & valid css2. > > http://athene.riv.csu.edu.au/~wmccle01/resources/01index.html > > It shows fine in IE but not in N7.
IE's 'Layout'-bug[1] is creating the skewed positioning, and you have adjusted your layout for that bug which other browsers don't have. I have no N7 up at the moment, but I guess it's the same rendering as in other non-MS browsers so I'll correct your layout for Opera and Firefox. Add/correct these styles... #container {display: table;} #right-content {height: auto;} #main-content {margin-left: 148px; display: table;} * html #main-content {margin-left: 8px;} #left-content {height: auto;} ...and it shouldn't look too bad. Now, fix those line-heights on paragraphs - don't use pixels, and use margins or paddings to create spaces - instead of those <br />, and the layout may survive relatively well in most browsers. regards Georg [1]http://www.satzansatz.de/cssd/onhavinglayout.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/