Tag: Zurb

  • Make Zurb 6 work better in IE8

    Make Zurb 6 work better in IE8

    Add the following just before the closing</head> of your page. <!–[if lt IE 9]> <script src=”//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2/html5shiv.js”></script> <script src=”//s3.amazonaws.com/nwapi/nwmatcher/nwmatcher-1.2.5-min.js”></script> <script src=”//html5base.googlecode.com/svn-history/r38/trunk/js/selectivizr-1.0.3b.js”></script> <script src=”//cdnjs.cloudflare.com/ajax/libs/respond.js/1.1.0/respond.min.js”></script> <link rel=”stylesheet” href=”css/ie8.css” /> <![endif]–> The ie8.css file is optional but there will be some changes you will need to make.