Does anyone know how to change the background image of an Input text field on the momet it is selected? (someone starts entering text)
The background image is created using css:
INPUT_HOME { background-image: url(aardappelsalade.jpg); }
Any help would be appreciated!