Is it possible to use the sliding doors css tehnique for input text? I’ve used it in ‘button’, but it doesn’t seem to work with input types.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should put the input tag inside of a span or div and then do the sliding doors technique. If you don’t want to add the extra tag, use multiple background images. It is important to note that this isn’t supported by every browser.
About multiple CSS background images: http://css-tricks.com/css3-multiple-backgrounds-obsoletes-sliding-doors/