Monthly Archives: September 2009

SharePoint Blueband MasterPage IE8 Drop-Downs

When using the Blueband masterpage or a custom masterpage, you may find that the drop-down menus don’t work in Internet Explorer 8 (IE8).

ie8 problem

There is a fix for internet explorer or you can view the page in compatibility mode. The only problem is you can’t expect all your users to know how to do this. Your site will be unusable to some of your users.

To fix this problem include the following meta tag into your masterpage:

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

It will force IE8 to render the page as it would if it was still IE7. Maybe not the best of fixes but all that Microsoft provide at the moment. The SP2 update to sharepoint just adds this line into the Masterpages (this will not add it into custom masterpages that you have already made!).

Removing the Close Web Part Button

It can be very annoying having users accidently close web parts. It’s a long process to restore them.
To re-open a closed web part:

Go to Site Actions > Edit Page:
o Add a web part
o Advanced Web part gallery and options
o Select “Closed Web Parts”
o Drag-n-drop the web part back onto your page

To prevent this process from happening, try turning off the close web part button. It doesn’t remove the possibility of a user closing the web part but makes it much less likely to accidently happen!

For Each Web Part:

1.    Click on the web part menu and choose “Modify Shared Web Part” (as shown below)

2.    Expand “Advanced”

3.    Uncheck “Allow Close” (see below)

4.    Press OK