I have a form inside a div with a transparent color. I’d need to have the input texts plain white (non transparent). How can I do it?
Here’s some code:
(don’t mind the background, it’s just a random image I picked for the example)
Thanks
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.
@carlo; may be you have to use use css3
rgbacolor for your background transparency which is not effect div child elements.for IE use filter
you can generate your rgba filter from here http://kimili.com/journal/rgba-hsla-css-generator-for-internet-explorer/