IE 中文本框的文本缩进

发布于 2024-12-10 15:49:26 字数 226 浏览 0 评论 0原文

我试图通过给它一个极端的文本缩进来将我的文本推出文本框,但显然文本缩进在 IE 中被忽略/解释不同。

这是一个模拟(在 Chrome 和 IE 中尝试一下以查看差异):
http://jsfiddle.net/Cernx/1/

有解决方法吗?或者有另一种方法可以将文本推出文本框吗?

I'm trying to push my text out of the textbox by giving it an extreme text-indent, but apparently text-indent is ignored/interpreted differently in IE.

Here is a simulation (try it in Chrome and IE to see the difference):
http://jsfiddle.net/Cernx/1/

Is there any workaround for this? Or is there anotherway of pushing text out of the textbox?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

梦在深巷 2024-12-17 15:49:26
#paaa { text-indent:50px; display: block; line-height: 1; }

添加行高以使其在 IE 中正常工作。 JSFiddle

#paaa { text-indent:50px; display: block; line-height: 1; }

Add line-height to make it work in IE. JSFiddle

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