Thread Starter
e_mac
(@e_mac)
I’ve fixed part of the problem, I added this code into the <head>
<!–[if lt IE 9]>
<script src=”//html5shiv.googlecode.com/svn/trunk/html5.js”></script>
<![endif]–>
The navigation is appearing correctly but now the header logo has disappeared….
Thread Starter
e_mac
(@e_mac)
Thread Starter
e_mac
(@e_mac)
I’ve fixed problem 2 with the sample-page, it was to do with Menu I’d set up in wordpress and the sidebar template using:
<nav>
<?php wp_nav_menu(array(‘menu’ => ‘Main Nav Menu’)); ?>
</nav>
So now just have to find a way to fix this IE navigation problem…I’ve checked for errors in the code but can’t find the solution…