I believe this is caused because ASP.NETtreats unknown browsers as low level browsers. Basically ASP.NET does not know if the requesting browser can properly display the content so it renders out a basic view that any browser can render. I had this same
problem with safari a while back. i can't recall exactly how to fix this. Something about a browser file or something in the page registration... Ask google :D
Remeber to mark as Answer if someone's answer helped you.
Check the demo code if you can and verify that they are not adding any additional code or properties to the page. Also check for the presense of a browser file
Remeber to mark as Answer if someone's answer helped you.
tungdl
0 Points
2 Posts
Another menu is not displaying in Chrome using css control adapters
Jun 18, 2009 06:11 PM|LINK
I got the menu displays on IE7, FF2 but on Chrome it show bad.
Who can help me !!!pls
Rodashar
Member
602 Points
133 Posts
Re: Another menu is not displaying in Chrome using css control adapters
Jun 18, 2009 11:18 PM|LINK
I believe this is caused because ASP.NETtreats unknown browsers as low level browsers. Basically ASP.NET does not know if the requesting browser can properly display the content so it renders out a basic view that any browser can render. I had this same problem with safari a while back. i can't recall exactly how to fix this. Something about a browser file or something in the page registration... Ask google :D
tungdl
0 Points
2 Posts
Re: Another menu is not displaying in Chrome using css control adapters
Jun 19, 2009 01:54 AM|LINK
Thanks.
But I wonder, when i run demo on Chrome, it's good.
Rodashar
Member
602 Points
133 Posts
Re: Another menu is not displaying in Chrome using css control adapters
Jun 19, 2009 02:47 PM|LINK
Check the demo code if you can and verify that they are not adding any additional code or properties to the page. Also check for the presense of a browser file