Search code examples
skrollr

Skrollr not working on IE


I'm trying to get skrollr.js to work on IE. I copied over the example code from the skrollr site: view-source:http://prinzhorn.github.io/skrollr/ included all the other js files including the ie file. It works fine on all the browsers accept the wonderful IE. Can't work out what the problem is.


Solution

  • Download respond.js and html5shiv.js. you can just google those. add them to your code like this.

    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
    <link rel="stylesheet" href="styles/ie8.css">
          <script src="js/html5shiv.js"></script>
          <script src="js/respond.js"></script>
        <![endif]-->
    
    <!-- Custom styles for this template -->