April 9, 200917 yr Is it possible to replace an input box with an image - say for instance to use a rounded corners input box, or something a bit more creative than the conventional square corners? I'd like to do this with buttons aswell, or what about those search boxes that have the search button inside the search box?
April 9, 200917 yr create a div add background-image etc etc isnert a input into this div background-color:transparent; border:none;
April 9, 200917 yr I think you can actually set the class of the input field with no border/hidden border and use the background image on the field iself, too, rather than using a surrounding div.
Create an account or sign in to comment