Is there a way to get a max-width attribute to work in Safari and
Internet Explorer?  Supposedly both browsers suppourt it, but I can't
find an example of either doing so.

In theory I would like to add a class to a div like so:

.container {
    width:        100%;
    max-width: 960px;
}

I would expect the application of this class to a div element to
result in an object that fills 100% of the available viewport up to a
maximum of 960px.  Am I missing something as to why Safari and
Internet Explorer do not react as the other browsers do?

Thanks,
Jack
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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/

Reply via email to