Kondor
Kondor

Reputation: 21

Sharepoint 2007 and <!DOCTYPE html>

Greetings...

I'm trying to get my Sharepoint 2007 site to render in Standards mode when browsing in IE. Since "!DOCTYPE html" makes every browser that I might be worrying about do just that, I decided to use it.

I've read here and there that Standards mode could cause unwanted behavior to some OOTB functionality and style (fly-outs, calendar items, etc...), but can't find a full list containing error reference and ways to correct it.

So, I'm looking for any kind of info and guidance on the matter... Just trying to avoid endless clicking through my app and hopping that some one altruistic by nature has gone through testing hell already and is willing to share.

Thanks...

Upvotes: 2

Views: 2526

Answers (3)

Ryan
Ryan

Reputation: 24422

Heather Solomon lists some of the problems that will occur when using quirks mode and offers some fixes - not sure if its complete though.

The DOCTYPE tag and SharePoint Master Pages

DOCTYPES and SharePoint

Upvotes: 2

Per Jakobsen
Per Jakobsen

Reputation: 3777

You might what to take a look at http://gsptv.codeplex.com/

Upvotes: 1

Panagiotis Kanavos
Panagiotis Kanavos

Reputation: 131180

The only viable option is to install the latest service packs and cumulative updates. SharePoint 2007 uses too many "quirky" features to fix by hand

Upvotes: 0

Related Questions