【发布时间】:2014-01-30 19:54:35
【问题描述】:
Internet explorer 一直在分裂我的话。 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;
}
【问题讨论】:
-
分什么词,能不能具体点?
-
一个问题应该包含足够的代码(这里是 HTML 和 CSS)来重现问题。一个实时页面的链接不够,因为当问题得到解决后,这个问题对未来的访问者来说就变得毫无意义了。
标签: css split internet-explorer-11 words