Tag Archives: IE6

CSS: max-widthをIE6で使う

私はこんな使い方をしてます。 img { max-width: 100% !important; height: auto !important; width: expression(this.width > 540 ? [...]

Posted in HTML/CSS | Also tagged , | Leave a comment