here is the code that I used in elastic width with the limits site to make it obey - even on ie6 (width: there is an expression string for ie6):
min-width: 900px;
max-width: 1280px;
text-align: left;
width:expression(document.body.clientWidth < 990? "990px": "auto" );
source
share