I have a menu on a footer that just is not acting right with the styleheet for IE no matter what I am doing. So is there a way to include a different HTML file via PHP while excluding the first one?
Code:
<div id="footer1">
<?php include_once("menu2.html"); ?>
<!--[if IE 7]>
<?php include_once("nav.html"); ?>
<![endif]-->
</div>