【发布时间】:2022-01-16 02:47:54
【问题描述】:
.bord {
border: 1px solid black;
font-stretch: extra-condensed;
}
<div class="bord">
Hello, there is an error in your code. Also the content does not condense as desired
</div>
bord 类包含 font-stretch css 属性,但似乎不适用于 IE11
【问题讨论】:
-
无论它是否在 IE11 中有效,您可能只想避免它,因为它在 Chrome 中无效,这是互联网的一个相当大的部分:caniuse.com/#search=font-stretch
标签: html css internet-explorer-11