I've got a flexible page layout that uses a max width style to keep
it from getting overly wide.
max-width: 980px;
width:expression(document.body.clientWidth > 980? "980px": "auto");
I see now that I need to also have a minimum width because it "breaks
if it gets too narrow.
What would be the best way to do that? Is there something I can add
to what I'm already using? It works very well across all browsers.
Thanks,
Matt
______________________________________________________________________
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/