Page 1 of 1

Firefox and IE

PostPosted: Thu Jan 24, 2008 7:55 am
by joako9205

PostPosted: Mon Jan 28, 2008 11:09 am
by shannah
Looks like the stylesheet isn't getting picked up properly in firefox.

First thing to do is check the javascript console (or error console) in firefox to see what error it gives when trying to load the stylesheet. Firefox tends to be more picky about mimetypes and the like when it comes to loading stylesheets and javascripts.

If it gives you a mimetype error it may be that your server isn't configured properly for some file types. In this case you would be looking into the AddType apache directive (http://httpd.apache.org/docs/1.3/mod/mo ... ml#addtype).


If, instead it gives you a 404 not found error for the stylesheet, then the DATAFACE_PATH in the config.inc.php file must need to be changed.


-Steve