Previous Message
Next Message

[css-d] Style sheets not getting *picked up*

Sent by Paul J White on 4 December 2002 11:11


From: Bert Mahoney wrote:
<<I'm running into an issue with Mozilla and Chimera "using" my .css files
and
was wondering if anyone else out there is experiencing the same issue.
The issue is that Mozilla and Chimera *ignore* the .css file. I've checked
the source and I see the link in the code. Same file looks beautiful in all
aforementioned browsers.
Anyone else experience this?>>

I had this very same recently using the @import trick, and was advised that
it may be down to unrecognised mime types. If the server hasn't been 'told'
how to deal with an external css file, then Moz based browsers won't/can't
read it.
If you have access to the htaccess file (or have the permissions to create
one) simply add the line:
AddType text/css .css
If you don't, you will need to contact the technical staff at the hosting
co. Hope this helps, but I'd be interested to know other people's experience
on this one.

Paul.

_______________________________________________
css-discuss [EMAIL-REMOVED]]
http://two.pairlist.net/mailman/listinfo/css-discuss
Sponsored by www.westciv.com - CSS resources | software | learning
Previous Message
Next Message