does anyone know how to put background image inside a textbox? i want to do is when i click the textbox it will change the background with an image.Does anyone know how to do th
Use some css styling:
inputBox{ background:url('images/activebutton.png'); }