Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何正确缩进文本字段中的文本?我目前正在将它用于 css,但它似乎在 IE 中不起作用。
text-indent:15px;
基本上,我有一个图像,并且想将它缩进大约 15 像素。
我想你正在寻找这样的东西。
http://jsfiddle.net/jn4SW/
input{ padding: 5px 5px 5px 15px; margin: 20px; }
我更新了 jsfiddle 以包含背景图片:
http://jsfiddle.net/jn4SW/1/
请在你的css中添加行高它也可以工作ie6