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
.litebox_input:focus { background-image: url(images/edit.png); background-repeat:repeat-y; background-position:right; }