Posts Tagged ‘cssハック’

ハック IE6、IE7用

8月 31st, 2009

プロパティの前に / をつける。

.box {
/width: 590px;   /*IE6 IE7*/
}

ボックスモデル の解釈の違いに便利。