I have an HTML input field like this. I would like to place an image inside the textbox on the right side. Can someone help me out with its CSS for that?
try:
#name { background: url('path/image.png') right no-repeat; }