
To use max-width the syntax is:
selector {max-width:value;}
Internet Explorer up to version 6 doesn't support the max-width property but has the ability to perform javascript like functions on it's CSS so you can fake max-width with it. Here's the ...