Skip to content

Instantly share code, notes, and snippets.

@yokotak0527
Created March 25, 2013 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yokotak0527/5235458 to your computer and use it in GitHub Desktop.
Save yokotak0527/5235458 to your computer and use it in GitHub Desktop.
IE6で画像リサイズ
img{
max-width:250px;
width: expression(this.width >= this.height ? '250px' : 'auto');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment