html - 箭头分解到 IE11 中的下一行

标签 html css internet-explorer-11

我的句子末尾有一个箭头。当没有足够的空间时,它会分解到下一行。它在 chrome 和 mozilla 等浏览器中用单词分解到下一行,但在 IE 中只有箭头分解到下一行。它应该具有与其他浏览器相同的行为 fiddle

Chrome 屏幕截图

enter image description here

IE11截图

enter image description here

HTML

 <div>See your operating system's help resources</div>

CSS

div{ width:50%; border:solid 1px #ff0000}
div:after{ content:">"; margin-left:5px}

最佳答案

我无法在评论中添加图片 所以检查这个来自 IE11 的屏幕截图 enter image description here

关于html - 箭头分解到 IE11 中的下一行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37564133/

相关文章:

javascript - 使用 tab 键更改焦点颜色并按 enter 返回原始颜色的按钮

html - 我的 fa fa-bars 没有显示 - 响应式顶部导航

javascript - 如何查找 word-wrap 是否应用于 html 元素,并且该单词在文本中间中断?

html - 在 Aptana 中一次性创建多个文件夹或文件夹结构?

css - 取消其图像中心的标题

html - Z 索引 - 滑动过渡重叠有没有办法创建动态 z 索引?

javascript - Bootstrap 模态不透明度仅适用于特定的 div,不适用于整个 body

c# - NoSuchWindowException 未处理 : Unable to find element on closed window. IE 11 - Selenium C#

javascript - 如何在 IE11 Dev Tools 中定位和调试特定文件?

javascript - 如何在 IE11 中使用 css 垂直拉伸(stretch) span 到其父元素 <td>