[EMAIL PROTECTED] wrote: > However, this doesn't make any difference in Firefox. I guess maybe > when I get my code validating it might work? Otherwise the only > difference appears to be text size.
Validity is a good thing, but unless you have some horrible errors that browsers can't figure out a somewhat common correction for, validity in itself won't change how browsers render your page. The 'body {font-size: 100%} you have now gives the same font-size in all browsers - default. However, the 'font-size: 80%' you have further in will end up +/- 1px because of rounding-differences in various browsers. That is as expected. >> which means IE7 doesn't support 'min-width'. > > This was a desparate gambit of mine; I should have taken it out when > it didn't work! It does work - in 'standards mode'. > Ok, maybe I misunderstand here. My understanding of box model is that > IE doesn't quite align as other more "correct" browsers, so you need > to add extra, slightly skewed, directions in the CSS which IE will > read but which other browsers will ignore. So I'm not sure if I've > missed something? IE6 in 'standards mode' uses exactly the same box model as Firefox. > Firefox is still looking the same... no idea how to fix it. Which version? No Fx version drops anything at my end. You have managed to squish the main content into a narrower space in all browsers but IE6, and haven't done anything to prevent main-content dropping in IE6. I'm not sure what you want that page to look like in any browser anymore, so I'll step aside until you have made up your mind on the issue. FWIW: we generally don't use, or need, html tables for layout. 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/