IE 中文本框的文本缩进
我试图通过给它一个极端的文本缩进来将我的文本推出文本框,但显然文本缩进在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加行高以使其在 IE 中正常工作。 JSFiddle
Add line-height to make it work in IE. JSFiddle