html 5 header not responding

Permalink
I'm using html5 and 960 grid and all seems ok but I noticed that when using the header tag and a class then the class isn't being implemented in IE (surprise!) I'm also including Remy's html shiv that's meant to cater for IE. Any ideas?

<body id="header_page">
         <header class="container_16">
            <div class="grid_16">
               <figure class="logo grid_5">   
                   <h1 class="strip">
                     <a id="logoimg" href="<?php echo DIR_REL?>/"></a>
                  </h1>   
               </figure><!-- close header -->

 
mkly replied on at Permalink Reply
mkly
Well, that is exactly what would happen if you weren't using html5 shiv. So maybe it isn't loading properly?
kappi replied on at Permalink Reply
maybe I'll re-check