HTML5 fix for IE
Jul '0930th
3
I’ve been rebuilding my site in HTML5 as a practice run for future projects to see what problems I come across. When I tested my site in IE, I noticed all the elements that the browser didn’t recognise were not styled with the CSS. After a little bit of searching, I came across this fix by Remy that resolved the issues I was having. I just thought I’d share it with you in case you came across the same problem when making the transition to HTML5.

3 Comments on “HTML5 fix for IE”
July 30th, 2009 at 8:56 pm
Here is my little HTML5 and CSS3 experiment: http://prandall.com/experimental/art-direction/
(I see we used the same code)
I will also be redesigning my site in HTML5 and have found http://html5doctor.com/ to be a great resource.
July 30th, 2009 at 9:01 pm
Oh wow, that’s lovely Paul. Great work, thanks for the links :)
August 11th, 2009 at 8:24 am
Hi Anna,
smashing magazines posted a great article about HTML5 the other day take a look http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/ they use a couple of js libraries to fix the problems with older browser support
Leave a Reply