IE11 clipping text

做~自己de王妃 提交于 2019-12-25 12:54:07

问题


On IE11 only, text clips on certain pages, the text is contained within a <section> with CSS like so. Note that this works in IE10 and below, Chrome and FF, it is only IE11 that has this issue.

#rightpanel section {
    margin: 0 auto;
    max-width: 900px;
}

If you look at this photo, the text should run right to the edge of the blue box. Note that this highlighting is applied with the IE11 DOM highlighter.


回答1:


This is often caused by a syntax error in CSS. For example see here: IE 11 clipping text

See if you have something like this anywhere else in your CSS.



来源:https://stackoverflow.com/questions/24116592/ie11-clipping-text

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!