webdesign
New member
- Joined
- Jul 5, 2012
- Messages
- 229
- Points
- 0
Sometimes you will need this technique, background image as wallpaper for your input can use the search box with rounded forms. Simply use the form below to add a background image for any input box.
Code:
input#sometextbox {
background-image:url('back-image.gif');
background-repeat:no-repeat;
padding-left:20px;
}