Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hey Everyone,

I am implementing a new image menu and everything is working great with chrome and IE 10, but for browsers lower than that it is not rendering. I have been looking into making it cross compatible but image issues i have not seen much on. The menu is dynamically built each time postback. Any help would great

thanks
Posted
Comments
bobb024 10-Dec-13 22:05pm    
ok - I have been able to replicate it in my dev environment and I am able to use below to fix it on an IE emulated browser, however on older PCs that do not have windows 7, it still will not render.
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> is the preferred
"IE=edge"
"IE=10"
"IE=EmulateIE10"
"IE=9"
"IE=EmulateIE9
"IE=8"
"IE=EmulateIE8"
bobb024 10-Dec-13 22:06pm    
I am also using a master page

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