前端之家收集整理的这篇文章主要介绍了
css – IE9文本呈现问题 – 字母上的字母被切断,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我遇到了一个问题,在IE9标准模式下,IE9以这样一种方式呈现文本,使得字母“q,p,y”等的尾迹消失.尝试玩填充和其他常见的CSS设置帮助修复这个,但迄今为止没有运气.
谁知道这可能是什么?
编辑:我在
博客上发现了这个.该
链接不再生活了.离开它
here,以防万一它再次弹出.
Its as though the text is a node inside the input and the line-height
has been set on that inner element,with the surrounding element
clipping the overflowing text.
The solution is simple,set the line-height to be “1” (no-units)
原文链接:https://www.f2er.com/css/216909.html