Skip to content

Instantly share code, notes, and snippets.

@xlqstar
Created September 4, 2013 10:25
Show Gist options
  • Save xlqstar/6435256 to your computer and use it in GitHub Desktop.
Save xlqstar/6435256 to your computer and use it in GitHub Desktop.
#container{
max-width: 700px;
}
* html #container{
width: expression( document.body.clientWidth > 699 ? "700px" : "auto" );/* ie6 */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment