I have this in my xhtml file
<!--[if IE 6]> <link href="css/ie.css" rel="stylesheet" type="text/css" /> <![endif]--> <link href="css/style.css" rel="stylesheet" type="text/css" />
But when the bottom css file is linked the IE one is not used and IE displays crappy as it is getting the bottom one.
But if I remove the bottom one the IE one works.
I have tried placing the bottom link above and still does not work.
Is there a correct way of linking browser specific css files or am I just having a bad day. LOL
ta
