IE and Safari doesn't seem to read my header files. The entire Header area and Main Navigational Area don't show up. Has anyone had this problem??
I noticed in the the base/_header.html there was some commented out code for IE - would this have anything to do with my Header/Nav not showing up - or are there other places that are commented out?? If anyone can help it would be much appreciated!!!!
Commented out by default on base/_header.html
<!--[if lt IE 7.]>
 <script defer type="text/javascript">
 var site_url = '__site_url__';
 </script>
 <script defer type="text/javascript" src="inc/js/pngfix.js"></script>
 <![endif]-->
 __ray_invite_js__
 __extra_js__
 __extra_css__
<!--[if lt IE 7]>
<![if gte IE 5.5]>
<style type="text/css"> 
.subMenu {
 background-image:none;
 background-color:#F5F5F5;
 filter:none;
 border-bottom:3px solid #8D8D8D;
}
</style>
<![endif]>
<![endif]-->
