Skip to content
Snippets Groups Projects
  1. Dec 16, 2015
  2. May 09, 2014
  3. Apr 27, 2014
  4. Dec 09, 2013
  5. Apr 08, 2013
  6. Mar 05, 2013
  7. Aug 14, 2012
  8. Apr 22, 2012
  9. Jan 15, 2012
  10. Oct 14, 2011
  11. May 13, 2011
  12. May 22, 2010
  13. Feb 06, 2010
  14. Oct 17, 2009
  15. Oct 14, 2009
  16. Sep 25, 2009
  17. Jun 26, 2009
  18. May 01, 2009
  19. Mar 19, 2009
  20. Feb 14, 2009
  21. Feb 03, 2009
  22. Aug 24, 2008
  23. Dec 14, 2007
    • Kevin's avatar
      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
  24. Dec 12, 2007
  25. Dec 11, 2007
  26. Dec 10, 2007
Loading