IE9 文本输入有填充问题

发布于 2024-12-13 05:46:39 字数 253 浏览 0 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夜光 2024-12-20 05:46:39

如果您对输入字段应用固定宽度,它将不会显示超出该宽度的文本。这是您可能会发现有用的另一个问题。它根据内容更新输入的宽度: 调整输入文本字段的大小输入文本时

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

瑶笙 2024-12-20 05:46:39

添加到您的样式

padding-right: 20px;
width: 320px;

Add to your styles

padding-right: 20px;
width: 320px;
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文