views:

130

answers:

1

Is there any way to place an image inside of a text field with HTML/CSS/JS, not using the image as a background? The image needs to be clickable and positioned on the right of the field, too. Thanks.

+1  A: 

Other than having the image floating over the text field via positioning and z-index and adding padding to the text field to prevent the content to get underneath the image, I can't think of any other way to achieve that.

o.k.w
Thanks, I'll try that.
gus