I hadn’t done much testing with Internet Explorer. I checked that the other day and discovered that the page did not display correctly. I was able to implement a quick fix though.
<meta http-equiv=”X-UA-Compatible” content=”IE=edge”>
that line of code fixed it all.