Wondering what the support is for "body { max-width }" ?
My current DTD is 4.01 transitional, standards mode.
I'm using % tables for layout, but they look too stretched-out any wider than approx 900 pxl.
This is how I have it:
body {
background-color:#fff;
color:#000;
top:0;
left:0;
margin:0;
padding:0;
max-width:900px;
}
Thanks
Support for max-width ?
Hi keyplyr,
IE provides no or very poor support for max-width.
Netscape 6 and above should support it.
You could put up a link to a sample and a few of us could test it out in different browser platform combinations..
Support for max-width ?
Thanks Tony,
The link is already posted
Support for max-width ?
Hi keyplyr,
Works for me on Win 2K,
- Opera 6 and 7
Netscape 7
Mozilla Firebird
Support for max-width ?
Your page works very well in IE 5.1.6 for Mac OS 9.
Support for max-width ?
Thanks Tony, Casey.
I've read that most users that run very large display resolutions usually do not keep their window maxed. This is a good thing IMO, since although my design is fluid, it is basically built for 800x600.
Wondering whether I should leave my pages aligned to the left, or center them. Which would look better? And which would work better if the user adjusts his window size back and forth? Thanks.