Hi I have made a search box with a background image in CSS. What I can't seem to do is get it so when someone types in it the background image goes away. I have got it to go away when you hover over it and when you click it. But you move away and it goes back to the background image. Thanks Ryan
There are only the :active, :hover and :input states. If you can't do it using those, then you need to use JavaScript.