Page 1 of 1
problem with CSS in IE
Posted: Mon Mar 21, 2005 6:17 pm
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
Re: problem with CSS in IE
Posted: Mon Mar 21, 2005 6:21 pm
by Ted
Very strange. I just tried it on IE here and it worked fine. Anyone else seeing this?
Re: problem with CSS in IE
Posted: Mon Mar 21, 2005 9:02 pm
by petert
happens here all the time in IE
http://cms.fogoisle.com
Works as advertised in firefox
Re: problem with CSS in IE
Posted: Mon Mar 21, 2005 9:25 pm
by term
Some versions of IE maybe don`t fully compatible with generating CSS over PHP on server with mod_gzip in Apache.
Re: problem with CSS in IE
Posted: Tue Mar 29, 2005 6:53 am
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?
Re: problem with CSS in IE
Posted: Tue Mar 29, 2005 7:26 am
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?).
Re: problem with CSS in IE
Posted: Tue Mar 29, 2005 7:44 am
by FireFly
Update 2:
Quick fix found!
Put this in .htaccess
Re: problem with CSS in IE
Posted: Tue Mar 29, 2005 9:48 am
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
Re: problem with CSS in IE
Posted: Tue Mar 29, 2005 11:10 am
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...
Re: problem with CSS in IE
Posted: Fri Apr 01, 2005 8:43 am
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.
Re: problem with CSS in IE
Posted: Wed Oct 05, 2005 7:18 am
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.
Re: problem with CSS in IE
Posted: Wed Oct 05, 2005 4:25 pm
by Ted