19. March 2009 03:49
If you've recently started using IE8, you might notice the default MOSS/SharePoint master pages are not rendering properly.
You can fix this quickly by adding this to your master page to tell IE8 how to render:
<meta http-equiv="X-UA-Compatible" content="IE=7" />
Of course the better solution is to create a master page that is properly XHTML compliant.