Subscribe to Subscribers
Talk to Webmaster Tony John

Forums » .NET » ASP.NET »

Main menu problem in Browser


Posted Date: 12 Jul 2012      Posted By:: nitesh Malviya     Member Level: Silver    Member Rank: 2338     Points: 5   Responses: 3



Hi i was using IE 6 for my application after changing the IE Browser 7 or Eight my design got changed and my menu are stopped working

Any solution please help

I have appllied
below code also but is not work

--%><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


I have also used Webconfig file

below code


<!--<httpProtocol>
<customHeaders>
<clear />
<add name="X-UA-Compatible" value="IE=Edge" />
</customHeaders>
</httpProtocol>-->
that also not worked please help me to resolve this issue

Thanks in advance

Nitesh




Responses

#680059    Author: Prasad kulkarni        Member Level: Diamond      Member Rank: 8     Date: 12/Jul/2012   Rating: 2 out of 52 out of 5     Points: 2

It's compatibility issue.
in for IE/IE8 follow steps
- Add your website in Trusted Zone by using Tools --> internet options --> Security tab --> select Trusted sites and click on sites --> now add this size.

- Start compatibility view by using Tools --> Compatibility view

hope it helps

Thanks
Koolprasd2003
[DotNetSpider MVM]



 
#680088    Author: Ravindran        Member Level: Diamond      Member Rank: 3     Date: 12/Jul/2012   Rating: 2 out of 52 out of 5     Points: 2

nitesh,

i too face asp.NET menu in IE 8 and fix using below code


<style type="text/css">
.IE8Fix{z-index: 1000;}
</style>


Regards
N.Ravindran
Your Hard work never fails



 
#680116    Author: Anil Kumar Pandey      Member Level: Platinum      Member Rank: 1     Date: 12/Jul/2012   Rating: 2 out of 52 out of 5     Points: 2

Use this tag in the page where you are getting this issue. This will render the IE8 as IE7


<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />


Thanks & Regards
Anil Kumar Pandey
Microsoft MVP, DNS MVM






 
Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.



Next : Web page expires user not doing more then 30 min
Previous : How to get multiple values from table into textbox using ajax concepts
Return to Discussion Forum
Post New Message
Category:

Related Messages
Active Members
TodayLast 7 Daysmore...

Awards & Gifts
Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
2005 - 2012 All Rights Reserved.
.NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
Articles, tutorials and all other content offered here is for educational purpose only.
We are not associated with Microsoft or its partners.