#
November 20, 2012 at 5:17 pm
From what I can see your html 5 elements (eg: article) are being ignored by IE ver 8 & less. So far as IE ver 8 & less are concerned, those elements don’t exist, so your classes will also be ignored.
One solution is to append those elements using Js if you think it worth it. like so:
You must always consider your target audience before using any html 5 elements as browser support’s limited for now. There might be other fixes but I hope this helps.