I've noticed that IE doesnt render the webpage like Fire Fox, i've decided to use one stylesheet for fire fox and one for IE.
Does this code look right? As it doesn't seem to be do anything
<link rel="stylesheet" type="text/css" href="style.css">
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="iestyle.css"/>
<![endif]-->
They both exist and as a test, i'm having some problems with text in a footer. So i've changed the padding on the iestyle.css sheet and nowt happens.
Am i missing something?
Does this code look right? As it doesn't seem to be do anything
<link rel="stylesheet" type="text/css" href="style.css">
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="iestyle.css"/>
<![endif]-->
They both exist and as a test, i'm having some problems with text in a footer. So i've changed the padding on the iestyle.css sheet and nowt happens.
Am i missing something?