Fix for Firefox browser issue

The guys at my hosting provider were able to help me with my CSS issue on this site. It was the way that the PHP was rendering the css files. By adding the following code into the .css files the issue was resolved.
< ? Header ("Content-type: text/css");?>

This causes the css file to have a content status of text/css. We are back on track.

Leave a Comment