problem with CSS in IE

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
term

problem with CSS in IE

Post by term »

I have problem with CSS in IE. After click on link in menu, the page is render without CSS. After I reload page(F5) is all OK. In Opera or Firefox this work fine. Testsite is redwire.ic.cz
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: problem with CSS in IE

Post by Ted »

Very strange.  I just tried it on IE here and it worked fine.  Anyone else seeing this?
User avatar
petert
Power Poster
Power Poster
Posts: 282
Joined: Wed Feb 09, 2005 9:30 pm

Re: problem with CSS in IE

Post by petert »

happens here all the time in IE
http://cms.fogoisle.com
Works as advertised in firefox
Mambo sucks, that's why I am here.
Now they call it Joomla, but it still sucks!

CMSMS rules!
term

Re: problem with CSS in IE

Post by term »

Some versions of IE maybe don`t fully compatible with generating CSS over PHP on server with mod_gzip in Apache.
FireFly

Re: problem with CSS in IE

Post by FireFly »

I have the same problem with my site.

I only got the problem with IE in Windows XP SP2
Unfortunately this is the browser most people are using :(
When you load the page it looks fine, but after you click on the menu, it is broken. If you press F5 everything looks normal back.

I really think you should try to fix this before you release v1.0

It there any quick fix at the moment?
Firefly

Re: problem with CSS in IE

Post by Firefly »

Update :

Installed a clean copy of CMS Made Simple on 2 different hosting servers (both linux).
On one the pages will load correctly in IE. On the other one they wont.

Do you need more information from the servers (like phpinfo?).
FireFly

Re: problem with CSS in IE

Post by FireFly »

Update 2:

Quick fix found!

Put this in .htaccess

Code: Select all

mod_gzip_on No
FireFly

Re: problem with CSS in IE

Post by FireFly »

Update 3 :

Cleaner fix (if you want mod_gzip to be enabled). Put in .htaccess

Code: Select all

mod_gzip_item_exclude mime ^text/css
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: problem with CSS in IE

Post by Ted »

Very nice.  I guess that should go in the FAQ.  I really don't want to force a .htaccess on people if possible.  Maybe it's necessary...
matt

Re: problem with CSS in IE

Post by matt »

Maybe we could add FAQ or Troubleshooting chapter to the User Handbook?

This particular problem is not a CMSMS bug and will probably be important for everyone using the software and mod-gzip. That is until MS corrects the problem in IE. So IMHO it fits perfectly into Troubleshooting category.
Cipolla

Re: problem with CSS in IE

Post by Cipolla »

I have the same problem described by petert. IE shows the page without CSS. I don't have an own server for my webspace. Do I have the same opportunity to modify the .htaccess ?

I am not really familiar with that stuff, so can anyone explain for a dummy how to change the .htaccess

Thanks in advance.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: problem with CSS in IE

Post by Ted »

Locked

Return to “CMSMS Core”