Do i have this "if" code in the right location? I have the .js file this references in my root folder. That correct as well? And finally anyone else having rendering issues with HTML5/CSS3 in IE? :(
In your CodePen, you've used <!--[if lt IE 8]-->, but IE 8 needs to load this JS too, so it should either be <!--[if lt IE 9]-->, or <!--[if lte IE 8]-->.
Do i have this "if" code in the right location? I have the .js file this references in my root folder. That correct as well? And finally anyone else having rendering issues with HTML5/CSS3 in IE? :(
MOD EDIT: Stripped down code
Stick it on Codepen
http://cdpn.io/BHaFd
In your CodePen, you've used
<!--[if lt IE 8]-->, but IE 8 needs to load this JS too, so it should either be<!--[if lt IE 9]-->, or<!--[if lte IE 8]-->.