Menu

Website broken in IE7

2008-04-10
2013-04-08
  • Nobody/Anonymous

    The Loki website doesn't render properly in IE7.  The quick fix is to change this

        if (browser_type == "Microsoft Internet Explorer") {

    to this

        if (browser_type == "Microsoft Internet Explorer" && browser_version < 7) {

     
    • Fraser

      Fraser - 2009-07-27

      It doesn't render properly with IE6.

       

Log in to post a comment.