My website is http://www.altv1.com/home/
My website seems to play well with all except the IE browser. Internet Explorer takes my menu and places it on my header. I have taken the
<!--[if IE]>
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/ie.css" media="screen" type="text/css" /><![endif]-->
and I've placed it in my header.php, functions.php and I cannot get it to work. I try to place the "conditional" in the areas of the said php as per instruction of the websites I read about them, but the thematic framework is never like their examples. So, I do a lot of trial and error guessing. Normally, this works for me but not this time. I need help, please.
I am currently using a function that changes my stylesheets per page id and category id. So, I don't know if the "Conditional Comment" is affected by that or not.