Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
同じセレクターに同じプロパティを指定する 2 つの CSS ファイルがあります。最初のファイルには次のものがあります。
.test{ padding: 0.3em; }
2番目のファイルには次のものがあります。
.test{ padding: 3px; }
Internet Explorer は 2 番目の規則に従いますが、Firefox は最初の規則に従います。これは、Firefox がems をより優先度が高いと見なしているためですか?
em