Tag Archives: max-width

CSS: max-widthをIE6で使う

私はこんな使い方をしてます。 img { max-width: 100% !important; height: auto !important; width: expression(this.width [...]
Posted in HTML/CSS | Also tagged , | Leave a comment