Hi:
I have two external css files being loaded based on the following code in the head of my php file:
<![if !IE]>
<link rel="stylesheet" type="text/css" href="standard.css"/>
<![endif]>
<![if IE 7]>
<link rel="stylesheet" type="text/css" href="ie7.css"/>
<![endif]>
<![if IE 8]>
<link rel="stylesheet" type="text/css" href="standard.css"/>
<![endif]>
I am testing in FF3.5 and IE8.
IE8 picks up standard.css in normal operation and ie7.css in compatability view.
The problem is FF picks up standards.css, ie7.css, then standard.css again.
Does anyone know why FF is doing this?
btw: the URL is http://www.products-and-services.ca/vosfinances/index-f.php