tommaitland
-
IE8 Not Recognising HTML5 (even with shiv)
Ended up figuring this out - it was a SVG object that broke all the styles below it. Weird. I thought IE would just ignore the SVG if it couldn't render it. Thanks for your help!
-
Parallax count up scrolling
To me the easiest way would be to get the scroll value and put it through an algorithm to display that text, then write the text on window scroll. As it scrolls down the text can increment up until a max of 57% or however much. Something like: $(wi…
-
IE8 Not Recognising HTML5 (even with shiv)
Thanks for the reply! Yeah I had it in the conditional originally, and just moved it back in but even with it in it still doesn't apply. I was using a self-hosted shiv before too and chucked in some alerts at the start and end to see if was ru…