Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have an application which runs in both intranet and internet. In intranet all the functionalities are working fine. I'm using IE9 browser and IE9 default document standards. In internet the drop down menu which I have is visible but on click event does not work (browser mode: IE9 and document standards: IE9 default). When I change the document mode to Quirks mode site works as expected, again when I change back the document mode to IE9 it works too. So the problem is the first instance when the site loads and document standard is set to default IE9. In IE the drop down is not visible at all. To make it visible where do I need to make changes and what type of changes should be done? Please help if you have faced this type of issues or if you have any solution for the same.

Thanks in advance.


Mohammed Sadiq.
Posted

1 solution

The problem looks like a CSS problem to me. IE often causes lot of problems in CSS, by acting differently than the majority of the browsers out there. There are numerous workarounds and libraries done by many people who faced this issue.

Why don't you create a JSFiddle using your CSS and JS code, just to show how you implemented the drop down and share it here? It will help us to debug and identify the problem quite easily.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900