How do I hide a peice of html code from internet explorer so only mozilla firefox will read the code?
Wednesday, November 11th, 2009How do I hide a peice of html code from internet explorer so only mozilla firefox will read the code?
Purple Moogle is right, but he/she has written the wrong codes down.
Instead of:
<![if !IE]>
<link rel="stylesheet" type="text/css" href="css/not-ie.css" />
<![endif]>
It should be:
<!–![if !IE]>
<link rel="stylesheet" type="text/css" href="css/not-ie.css" />
<![endif]–>