I would use HTML5 for my new Blog Design. I have used HTML5 Tags like <header> <article> and <footer>.
The problem is, that these elements don’t work on IE 6, 7 and 8. I know that HTML5 is not supported on these IE versions. I have it tried with the modernizr script and document.createElement("header" ); JS-function.
But none of this works for me! I can’t make the Tags, What can I do?
EDIT:
Thank you @all for you answers! 🙂
I have tried it with “html5shiv” and with the code from armonge. But these elements are furthermore unstyled.
You should try the HTML5 shiv script..
http://code.google.com/p/html5shiv/
I think all you need so is link it in the head of your documentQuote from the source 😉