dhui
07-17-2008, 10:11 PM
Ok, so I am trying to diffrentiate style sheets for my site. I am trying to make it so that if the browser used is IE, then it uses a diff sheet, because everything shifts just a bit between mozilla and IE.
here is what I put in my HTML file.
<link href="CSS/styles.css" type="text/css" rel="stylesheet" />
<!--if[IE]>
<link href="CSS/IEstyles.css" type="text/css" rel="stylesheet" />
<![endif]-->
But it doesn't seem to run the "IEstyles.css" even when I view it in IE. Any solutions or pointers?
thanks guys!
here is what I put in my HTML file.
<link href="CSS/styles.css" type="text/css" rel="stylesheet" />
<!--if[IE]>
<link href="CSS/IEstyles.css" type="text/css" rel="stylesheet" />
<![endif]-->
But it doesn't seem to run the "IEstyles.css" even when I view it in IE. Any solutions or pointers?
thanks guys!
