I am creating a form, and i am creating text fields for name, e-mail, and comments. I have an opacity on the div the form is inside to effect the bg opacity
opacity: 0.7;
filter: alpha(opacity=70); /* for IE8 and earlier*/
For the text field i don't want them to have that opacity, but whenever i go to test it in a browser i shows up with the same opacity which is 70% how do i stop the textfield areas on the form from having that opacity and make it 100 opaque?
Right now i have an id set for each individual text area and i set the bg color but the opacity of the the outer div is effecting it
Please help?
North America
Europe, Middle East and Africa
Asia Pacific