« We want MT Props! | Main | I Thought You Had It »

MT & Mozilla Problem Solved

I had been wondering why this site looked pretty bland in Mozilla, which is what I'm using as my fulltime browser. Well, thanks to this tip: Mith-ology: Movable Type problem with Mozilla, I am seeing it fine again. Turns out that it's due to the Lizard being strict as to what it'll accept as the MIME type for a style-sheet. A simple .htaccess file change solves the problem.

Comments

Rocking! My own front page was falling apart in Mozilla, and I couldn't understand why, since N6 rendered it fine. Turns out I'd set the mime type for .css to application/x-httpd-php so I could dynamically write some styles to account for an IE5 bug. I had to add the following to my .css file: header("Content-Type: text/css");