Hi there peeps,
for ages now, I have stored all my css classes etc in an asp file, or should I say in my favorite html editor, when it asks me where to save my css, I name it as css.asp.
Now everything works totally fine in IE, but when I went to test my first few pages in netscape ( testing my javascript functions ) none of the backgrounds would appear, and all the text was different.
When I opened the Javascript Console, it told me the following error:
Error: The stylesheet http://localhost/root7/cgi-bin/inc_css/gencss.asp was not loaded because its MIME type, "text/html", is not "text/css".
Yet the file is included by the following code:
<link href="cgi-bin/inc_css/gencss.asp" rel="stylesheet" type="text/css">
Does anyone know why this is happening
TIA
Gav




Bookmarks