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
CSS
.changeonfocus:focus{ background-image: url('image.png'); }
DEMO