Hi
I am using dynamic drive for drop down menus.This is working in all the explorers expect in ie8.A gap appers b/w the sliding menu and the top menu so that we can't go to the dropdown menu.can u solve this problem.
Thanks in advance.
Hi
I am using dynamic drive for drop down menus.This is working in all the explorers expect in ie8.A gap appers b/w the sliding menu and the top menu so that we can't go to the dropdown menu.can u solve this problem.
Thanks in advance.
If it works in ie7 you could just set ie8 to render as ie7.
From msdn. I don't have ie8 or any ie so that's all i can recommend.<html>
<head>
<!-- Mimic Internet Explorer 7 -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
<title>My Web Page</title>
</head>
<body>
<p>Content goes here.</p>
</body>
</html>
Even then this is not working
Bookmarks