If there was a minimum width specified in the CSS, this could be avoided. Might as well make a maximum width too.
min-width: 800px;
max-width: 1200px;
There are several ways to do that...
but IE doesn't really support it that well...
There are work arounds...
More can be learned here:
http://www.webcredible.co.uk/user-friendly-resourc es/css/more-css-tricks.shtml
If there was a minimum width specified in the CSS, this could be avoided. Might as well make a maximum width too. min-width: 800px; max-width: 1200px; There are several ways to do that... but IE doesn't really support it that well... There are work arounds... More can be learned here: http://www.webcredible.co.uk/user-friendly-resourc es/css/more-css-tricks.shtml