Firefox breaks website in 6.5.3

Just upgraded my partitioned server from 6.5 to 6.5.3. One of the partitions is my internal website. After the upgraded it seems as if it ignores the CSS file in Firefox but not in IE. This means my menu built as an inline list is hidden under another framset. Any ideas?

Subject: Firefox breaks website in 6.5.3

Have you looked at the JavaScript Console (under Tools in the browser)? Firefox will tell you why it’s ignoring or refusing the stylesheet. That will at least give you a starting point. (For the record, IE errs on the side of generousity and will load just about any file that contains character data.)

Subject: RE: Firefox breaks website in 6.5.3

Thanks Stan, you solved the problem for me. I was getting an “Error: The stylesheet http://www.insideisi.com/intranet/homepage.nsf/offwhite.css was not loaded because its MIME type, “text/html”, is not “text/css”.” message. I changed the type of the “css page” and it renders fine.