Matthias Braun wrote:
> Yes, you are right. Posting it on a public server shows no problem. On
> my host, only FF shows a problem, but not IE. So it seems to be an
[please stop top-posting]
> Apache problem, not a HTML problem.
>
> Now I will go through my Apache config to find the problem. Or who knows
> more?
>
Long ago some servers where configured with .css link to
"application/x-pointplus" which was troublesome, but that was quite a
while ago, Apache 1.x. In your httpd.conf|apache2.conf or a sub-config
(my Ubuntu servers have an included mime.conf all depends on distro)
there is the the directive
TypesConfig /etc/mime.types
to your servers default mime definitions. Now the default should be
text/css for css. Of course for servers that you do not have direct
control one could always add
AddType text/css .css
in an .htaccess file.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com