Skip to content Skip to sidebar Skip to footer

Html Input With Background Image

Hello guys i have set background image on my input text and text area but i have few little problems I have attached image. How i can change text start up position in Name text in

Solution 1:

Set the padding-left to a greater value on your inputs, and decrease the width of your textarea.

When you're designing your form it would be good to put a temporary border around your inputs to see where they are actually positioned, and when you're done just take it off.

Solution 2:

padding:10px;

(or more) on input and textarea.

Post a Comment for "Html Input With Background Image"