html5shiv not working in IE8?

Master_Biji

New Member
I can't get styles to pick up in IE8 with HTMl5 elements. I've trawled stackoverflow and Google, no suggestions I've tried work.I started with a much more elaborate page (I'm converting an XHTML framework to HTML5) and wasn't concerned in the slightest, but after seeing zero results in emulated and F12 IE8 standards mode IE... here's the simple code I can't get working:\[code\]<!doctype html><html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta charset="UTF-8" /> <title>Template</title> <style type="text/css"> header { display: block; border:1px solid red; } </style> </head> <body> <header> HTML5 HEADER </header> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> </body></html>\[/code\]Please help Obi-Wan, you're my only hope.
 
Top