I've been working on this for a few hours and still no joy. I'm working on IE9.
I have:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
I also have the document mode on IE8 set by:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8">
This resultsin IE8 for the document mode (good) but it results in the browser mode automatically going into compatibility mode which mucks the website up.
What do I need to change to stop IE9 defaulting to compatibility mode when loading the page for a visitor?