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 px インデントしたいと考えています。
このようなものを探していると思います。
http://jsfiddle.net/jn4SW/
input{ padding: 5px 5px 5px 15px; margin: 20px; }
背景画像を含めるように jsfiddle を更新しました。
http://jsfiddle.net/jn4SW/1/
css にline-heightを追加してください。ie6 でも機能します。