I've run into this problems a few times, but I have good valid CSS genereated by CSSEdit, and my pages load fine in Safari and IE7, but in Firefox the CSS is not loaded. If I copy the entire CSS into the HEAD of the file, then the page loads right, but I'd obviously like to use a referenced CSS file.
Here is how I have it referenced in the code:
<link rel="stylesheet" media="screen" type="text/css" href="site/avintifront.css" />
<link rel="stylesheet" media="screen" type="text/css" href="site/newt.css" />
Unfortunately that's all I can show you, the site we have it hosted on right now for Dev purposes is password protected so I can't have you take a look at it.
Bottom line is: Firefox won't load the external stylesheet for me.
Here is how I have it referenced in the code:
<link rel="stylesheet" media="screen" type="text/css" href="site/avintifront.css" />
<link rel="stylesheet" media="screen" type="text/css" href="site/newt.css" />
Unfortunately that's all I can show you, the site we have it hosted on right now for Dev purposes is password protected so I can't have you take a look at it.
Bottom line is: Firefox won't load the external stylesheet for me.