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.
我正在white-space: nowrap结合使用 inline-block'd 元素来创建一个水平滚动框。出于某种原因,在 IE 中,white-space: nowrap被忽略并且项目正在包装。
white-space: nowrap
找到了!我们使用word-wrap: break-word更高的。这似乎word-wrap干扰了white-spaceInternet Explorer。解决此问题的方法是word-wrap: normal在元素上设置white-space: nowrap.
word-wrap: break-word
word-wrap
white-space
word-wrap: normal