CSS error

All of a sudden phpvms/my site will not load the CSS. It shows this error in Firefox’s error module: Outdoor.css was not loaded because its MIME type, “text/html” is not “text/css”  Everything was working fine earlier today. Quick help is greatly appreciated.

the MIME type is simply put the extension of your file. Now insure that your css has the correct .css and in your <link> tags that point to it…that you change the type to  “text/css” because it looks like that’s whats causing the error.

Got it working now. Thanks.

How exactly can I create a navigation drop down menu in phpvms? I have found multiple programs/tutorials on the web, but I can’t get any of them to integrate into the site.

You’ll have to integrate it into the core_navigation.tpl, similiar to the way the LIs are organized now