You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mieke Banderas <mi...@gamebox.net> on 2005/02/05 19:13:21 UTC

CSS mime-type vs Netscape 7 and Firefox 1

I have added the mime-type for css in Tomcat 3s conf/web.xml file  as so:
<mime-mapping>
    <extension>css</extension>
        <mime-type>text/css</mime-type>
 </mime-mapping>

using the same format as the rest of the file and as TOmcat 4. Yet the
server serves the linked css files as text/plain. Why? What can I do
about this. 
The page only breaks in Netscape 7 (6 also I presume) and Firefox, but FF
is a target broswer for my project.




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org