I am still having problems with Firefox viewing the CSS. It does not show up at all. When I run the CSS validation this error shows up:
URI : http://www.andrewleger.com/
11 File not found:
http://www.andrewleger.com/index.php?css=site/site_css.v.1203507711: You can’t import an HTML document
The EE script looks like this:
<link rel='stylesheet' type='text/css' media='all' href='{stylesheet={my_template_group}/site_css}' />
<style type='text/css' media='screen'>@import "{stylesheet={my_template_group}/site_css}";</style>
Running Firefox version: 2.0.0.12
Everthing looks great in IE6 and above.
I can also see the CSS just fine when I link directly to it:
<a href="http://www.andrewleger.com/index.php?css=site/site_css.v.1203507711">http://www.andrewleger.com/index.php?css=site/site_css.v.1203507711</a>