i’m trying to set the background transparent as
.dropdown dd ul li {
background-color: rgba(238,238,238,0.7);
its working fine in all browsers except IE, in IE it just shows the white background.
Regards.
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.
I think IE has a problem with rgba. You might want to check out the post.