UBB.Dev
Posted By: IOGCadam Firefox/netscape CSS problem - 01/27/2005 11:54 PM
Ok So I recently went and got a dedicated server, and after getting everything set up on it my user's have been reporting that the page does not load correctly in Firefox and netscape. As near as I can tell the stylesheet is not loading correctly. Why it isnt I have no Idea becuase code wise it is exactly the same as threadsdev :

Code
<br /><link rel="stylesheet" href="http://www.iogc.net/forum/stylesheets2/space.css" type="text/css" /><br />


So it must be a server config probelm. Does anyone know of anything server side that would cause the stylesheet to not load correctly in firefox or netscape?
Posted By: JoshPet Re: Firefox/netscape CSS problem - 01/28/2005 1:13 AM
Doah - I've seen that before but for the life of me can't remember what I found out. Let me think and see if I can remember and/or find the post. It may have been at infopop's beta board which I don't have access to anymore. Or maybe UBBCentral.
Posted By: The Team Re: Firefox/netscape CSS problem - 01/28/2005 2:04 AM
If it is what I think it is, your server is serving .css files as text/html, not text/css.

I can't remember the exact code to add to .htaccess, but I think it's something like

AddType text/css .css
Posted By: JoshPet Re: Firefox/netscape CSS problem - 01/28/2005 6:08 AM
By joe, that was it. I can't remember the exact fix either. Navaho helped at the time, but yeah, it was seeing it as the wrong type.
Posted By: scroungr Re: Firefox/netscape CSS problem - 01/28/2005 3:39 PM
AddType text/css css

heres a link to a page that explains it


http://www.client-success.com/textonly/htaccess.php
© UBB.Developers