Blue Theme Orange Theme Green Theme Red Theme
 
Team Foundation Server Hosting
Home | Forums | ASP.NET 2.0 Tutorials | Web Services | How Do I...? | Class Browser | WPF Quick Starts | Advertise with Us
 | Consulting  
Submit an Article Submit a Blog 
Search :       Advanced Search »
Home » Blogs Home » Blog Detail

Issue and Fix for IE6 Fix

 by Ravishankar on Mar 01, 2011

Issue and Fix for IE6 Fix
Download Files: IE6MenuFix.zip
Comments: 0 Views: 2114 Printable Version 

IE6MenuFix

 

Copied custom JavaScript file called " IE6MenuFix.js" to all web font end server's below location

 

c$\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS\1033\IE6Fix\

 

Note: Create WSP and deploy this script

 

2. Add below script in Master page of the site.

-before closer of </form> tag.

 

<script type="text/javascript">

 

if (typeof(overrideMenu_HideItems) == 'function' && typeof(Menu_HideItems) == 'function')

{

Menu_HideItems = overrideMenu_HideItems;

}

if (typeof(overridePopOut_SetPanelHeight) == 'function' && typeof(PopOut_SetPanelHeight) == 'function')

{

PopOut_SetPanelHeight = overridePopOut_SetPanelHeight;

}

if (typeof(overridePopOut_Position) == 'function' && typeof(PopOut_Position) == 'function')

{

PopOut_Position = overridePopOut_Position;

}

if (typeof(overridePopOut_Show) == 'function' && typeof(PopOut_Show) == 'function')

{

PopOut_Show = overridePopOut_Show;

}

</script>

 

Done

 

 

Comment Request!
Thank you for reading this post. Please post your feedback, question, or comments about this post Here.
 
What do you say about this post? Post a comment here
*Title:
*Comment:
 
Comments not available.
Nevron Gauge for SharePoint
Become a Sponsor

 Blogger's Profile
Age: Not Available
Location:
Title: Developer
Joined: Dec 16, 2010
Education: Bachelors Degree
 More Blogs from this Blogger
How to get taskid in workflow for assigning task programmatically
Issue and Fix for IE6 Fix
View all »
 Latest Blogs
[Video] OnClose Handler
[Video] Storing and Loading the Window and Toolbar position
The Euclidean Algorithm
Swapping Exe Process
How Exe file is Generated by VS2005 C++ Project?
What is Exe
Header files: Multiple Inclusion problem - Solution B
Header files: Multiple Inclusion problem - Solution A
Header files: Multiple Inclusion problem - Reason
Header files: Multiple Inclusion problem
View all »
 Latest Jobs
More ... 
 Latest Interview Questions
More ... 
Team Foundation Server Hosting
 © 2012  contents copyright of their authors. Rest everything copyright Mindcracker. All rights reserved.