Re: [EMAIL PROTECTED] Strange css problem

2006-09-14 Thread Jesse C Cronce
Actually, I just fixed the problem yesterday There was a ForceType or something in the .htaccess (syntax is probably wrong, but you get the idea) which was forcing all files to be sent out as text/html Removed this, and now everything works like it's supposed to. I must have looked

Re: [EMAIL PROTECTED] Strange css problem

2006-09-13 Thread Joshua Slive
On 9/13/06, Jesse C Cronce <[EMAIL PROTECTED]> wrote: I am having a strange css typing problem. When I call @import "file.css" the header which I get from LiveHTTPHeaders (after the GET request) shows the Content-Type as text/html. When I try to load the css file directly, I get the same. I am u

[EMAIL PROTECTED] Strange css problem

2006-09-13 Thread Jesse C Cronce
I am having a strange css typing problem. When I call @import "file.css" the header which I get from LiveHTTPHeaders (after the GET request) shows the Content-Type as text/html. When I try to load the css file directly, I get the same. I am using Apache 2.2.3. In my mime.types file I have the lin