I am afraid that my firebird installation is wrong
When i open a file from the open menu in firebird it looks ok but when i browse to it ... it sucks. I made my scripts look the same on both IE and Opera so
mozilla is smart enough to know something is wrong and alert you since there could be someone doing something you don't want. it's also more helpful as a dev tool as a result.
how are you calling the css???
<link rel="..."> or <style type="text/css"><!-- @import url(stylesheet.css); --></style>
the first... i'm not sure how to denote type witht hat style, i use the second so that if i want to try something to override as a test i can simply toss it in temporarily in the page call. the second is called as a text/css mime type becasue it's using css' call to an external style sheet, which can only use the text/css mime type.