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.
我有 css 类并且我使用了一个属性:
font-family: inherit;
但它不适用于 IE。它适用于 Mozilla。谁能建议我一个解决方法?
字体家族:继承;支持>= IE 8
注意: IE7 及更早版本不支持值“inherit”。IE8 需要一个!DOCTYPE。IE9 支持“继承”。(来自 w3school)
IE7及之前不支持:inherit,还是说8+_
:inherit