View Single Post
Old 07-05-2008, 16:07   #1 (permalink)
agentxcell
Registered User
 
agentxcell's Avatar
 
Join Date: Nov 2007
Posts: 89
Confused? p.s. I hate IE!

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>
  Reply With Quote