margin: 20px !important;
margin: 10px; /* for only IE6 style */
margin: 20px !important;
margin: 10px; /* for only IE6 style */
通常、importantを指定したスタイルが適用されるが、
どうやら IE6 の場合、同じセレクタ内の場合はimportantで書かれていても、そのあとに書かれた同じスタイルが適用されてしまう。
–制作メモ
- カタチグラフィックスのBlog – Katachigfxの日記と制作メモ
01.26
Published 1月 26th, 2010 Posted in html・CSS
No Comments »
margin: 20px !important;
margin: 10px; /* for only IE6 style */
通常、importantを指定したスタイルが適用されるが、
どうやら IE6 の場合、同じセレクタ内の場合はimportantで書かれていても、そのあとに書かれた同じスタイルが適用されてしまう。
–制作メモ