you can try something like this
.textBox{ background-image:url(iconimage.jpg); background-position:right; background-repeat:no-repeat; padding-left:17px; }
Then apply this style to your text box:
<input type="text" class="textBox" />
gaurav5430
source share