Skip to content
Snippets Groups Projects
  • Kevin's avatar
    a6751335
    IE Menu Problem... · a6751335
    Kevin authored
    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
    a6751335
    History
    IE Menu Problem...
    Kevin authored
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.