Please check this page.
You can see some css dropdowns in the right side.
In google chrome its working correctly
But in IE i see some rectangular boxes.
Can anyone tell me how to fix it?
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.
The problem seems to be that the select box within each styled
<div>is visible. You can fix it by setting the opacity of each<select>to 0 in IE9, or usingfilter:alpha(opacity = 0)in older IEs