Hi guys, this is properly quite simple yet my brain today cannot get around it!
I started making my site off using google chrome as the default browser, also cross checked with firefox and opera and then finally IE, now with the exception of one issue with opera I've got a host of menu related issues with IE.
Mainly this is to do with list-style and a menu floating over left when it shouldn't be.
Now I've read in a few different sites that you can add this below to get each version of IE to read a different stylesheet for overridding certain commands
the href is pointing to where the ie.css file is located and I've also tried it using the full http://www address aswell.Code:<!--[if IE 7]<link rel="stylesheet" type="text/css" href="/includes/templates/ansa/css/ie.css" /><![endif]-->
Now I added the above piece of code into the html_header.php file and when I veiw the source code in IE it shows, but I've done a simple test of removing the background image from the ie.css file for the body and it didn't do as told.
So what have I done wrong?



