Click here to Skip to main content
16,015,003 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I'm using a ASP.NET menu control.

The Dynamic Menu Item style works fine on all browsers and locally on my machine. However, i get white items when rendered on the server using IE8.

If tried the following
Add Z-Index in css to 1000
Added a meta tag for IE7 Compat view in the master page

Any idea's or workaround please?

Regards
Posted
Comments
ZurdoDev 25-Jun-12 15:45pm    
My suggestion is to not use the ASP.Net menu. We had a lot of problems with it too. IE9 made it even worse. We just got rid of it and did simple divs with CSS. Now, it works great in all browsers.
DJAppleboy 3-Jul-12 1:58am    
Yes, I had to change and implement javascript to handle the drop downs for menu and works like a bomb in all browsers

1 solution

Make use of normal divs and implement javascript to handle drop downs
 
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