Forum Themes:
Welcome !

 CSS not loading properly in IE?

Author Message
Samuel

  • Total Posts : 11041
  • Reward points : 101590
  • Joined: May 23 '01
  • Status: offline
CSS not loading properly in IE? Sun. Mar 16, '03 2:41 PM (permalink)
NOTE: This is no longer required. This FAQ is here for reference purposes only

Q: Everything is working fine but sometimes the (CSS) style sheet is not loaded in IE 6. All other browsers do not have this problem.

A: This Problem has been fixed in SP5. You can still read the cause of the problem below.

This happens when your host uses a HTTP compression technology that is incompatible with IE. This is a bug in IE 6, not a bug in our software or the HTTP compression software.

HTTP compression software vendors (a very short list):

However, only certain versions of the HTTP compression software listed above have problems with IE. To fix this problem (a very rare problem), you can either disable your compression software for your forum, or obtain an IE compatible version of the HTTP compression software from the vendor.

OR, you can use the workaround below:

Add the following code at the top of forumcss.asp (right below the include):
 Response.AddHeader " Compression-Control" ," no-compress"  
 Response.CacheControl = " Public"  
 Response.Expires = 320 

Related thread: http://www.aspplayground.net/forum/tm.asp?m=376055
Microsoft' s IIS 5 HTTP Compression Bug: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q313712



Keyword: CSS not loading, IE, HTTP compression, XCompress, Pipeboost
< Message edited by Samuel -- 2003-10-08 2:22:16 >
ASPPlayground.net Developer
 
#1
    Online Bookmarks Sharing: Share/Bookmark

    Jump to:

    Current active users

    There are 0 members and 1 guests.

    Icon Legend and Permission

    • New Messages
    • No New Messages
    • Hot Topic w/ New Messages
    • Hot Topic w/o New Messages
    • Locked w/ New Messages
    • Locked w/o New Messages
    • Read Message
    • Post New Thread
    • Reply to message
    • Post New Poll
    • Submit Vote
    • Post reward post
    • Delete my own posts
    • Delete my own threads
    • Rate post

    © 2000-2009 ASPPlayground.NET Forum Version 3.8 beta.