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?
You need to add class like this:
CSS:
.bgInput { background: url(path of your image.jpg) top right no-repeat; }
HTML: