IE9 文本输入有填充问题
在 IE9 中(我不知道旧版本,但首先我需要针对 IE9 中的场景的解决方案), 中的最后一个字母消失在后面正确的填充(如果存在)。
请看一下这个小提琴(在 IE9 中):http://jsfiddle.net/LQxDM/
有人吗这个问题有解决办法吗?
谢谢!
In IE9 (I don't know about older versions, but first I need a solution for the scenario in IE9), the last letters in an <input type="text" />
disappear behind the right padding, if so exists.
Please take a look at this fiddle (in IE9): http://jsfiddle.net/LQxDM/
Does anyone have a solution to this problem?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您对输入字段应用固定宽度,它将不会显示超出该宽度的文本。这是您可能会发现有用的另一个问题。它根据内容更新输入的宽度: 调整输入文本字段的大小输入文本时
If you apply a fixed width to your input field, it will not display text beyond that width. Here's another question that you might find useful. It updates the width of the input based on its contents: Resize input text field as text is entered
添加到您的样式
Add to your styles