Turns out the only thing that affects this is indeed the <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
tag.
Note from the MSDN page on document compatability: This tag must appear in the <head>
section of your code before any other tags except the <title>
tag.
Andrew Song
2009-10-14 17:58:35