summaryrefslogtreecommitdiffstats
path: root/www/clang_video-07-25-2007.html
diff options
context:
space:
mode:
authorKevin <ar18@comcast.net>2007-12-14 05:47:49 +0000
committerKevin <ar18@comcast.net>2007-12-14 05:47:49 +0000
commita675133540d4a012147a368dfc9d42e91609a693 (patch)
tree1137d11910103881a5a6d5bf1cad8f63bcd650d8 /www/clang_video-07-25-2007.html
parent9b73b39f6fbf987acbbe6570d557d13f07c7e0f7 (diff)
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
Diffstat (limited to 'www/clang_video-07-25-2007.html')
-rw-r--r--www/clang_video-07-25-2007.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/clang_video-07-25-2007.html b/www/clang_video-07-25-2007.html
index 8dccc6f380..53959ef367 100644
--- a/www/clang_video-07-25-2007.html
+++ b/www/clang_video-07-25-2007.html
@@ -1,5 +1,5 @@
-<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />