IE Menu Problem...
Originally, I included CSS hacks for IE.
However, my comments before the doctype was the reason IE was running in non-strict mode.  I did not know this.
When Chris removed the comments, IE correctly went into strict mode and my IE hacks were no longer needed (the hacks were getting in the way now).
solution:
*) Make sure doctype is first on all files
*) removed all IE hacks from menu.css (since the doctype issue fixes IE)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45025 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/menu.html.incl b/www/menu.html.incl
index 04bb6ae..1f93809 100644
--- a/www/menu.html.incl
+++ b/www/menu.html.incl
@@ -10,7 +10,7 @@
     <a href="comparison.html">Comparisons</a>

     <a href="get_started.html">Get&nbsp;Started</a>

     <a href="get_involved.html">Get&nbsp;Involved</a>

-    <a href="http://clang.llvm.org/docs/InternalsManual.html">clang&nbsp;Internals</a>

+    <a href="http://clang.llvm.org/docs/InternalsManual.html">Clang&nbsp;Internals</a>

   </div>

   

   <div class="submenu">