gpt4 book ai didi

css - Internet Explorer 11 不断拆分单词

转载 作者:太空狗 更新时间:2023-10-29 12:25:58 26 4
gpt4 key购买 nike

Internet Explorer 一直在 split 我的话。 Chrome 和 Firefox 运行良好。

这是我的代码和网站链接:http://www.hgsainc.com/about/
感谢您的帮助!

.page #main .entry-content {
width: 100%;
padding-right: 0;
word-wrap: normal;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
table-layout: fixed;
}

.page #main .entry-content p,
.page #main .entry-content span {
font-size: 16px;
line-height: 30px;
text-align: right;
}

最佳答案

我没有看过您的网站,但看起来您需要将 -ms-hyphens 前缀添加到您的 css。你有 -webkit-moz 但没有 -ms:

-ms-hyphens: none;

查看此处了解更多信息:http://msdn.microsoft.com/en-us/library/ie/hh771871(v=vs.85).aspx

此外,在进一步研究之后,Opera 似乎不支持此功能,大多数移动浏览器也不支持:http://caniuse.com/css-hyphens - 提醒一下,以防您在路上遇到它。

关于css - Internet Explorer 11 不断拆分单词,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21466222/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com