﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>CSS not loading properly in IE?</title><link>http://www.aspplayground.net/forum/</link><description /><copyright>(c) ASP Playground Support Forum</copyright><ttl>30</ttl><item><title> CSS not loading properly in IE? (Samuel)</title><description>  &lt;font size="4"&gt;NOTE: This is no longer required. This FAQ is here for reference purposes only&lt;/font&gt; &lt;br&gt;   &lt;br&gt;  &lt;font size="4"&gt;&lt;font color="#FF0000"&gt;Q:&lt;/font&gt;&lt;/font&gt; Everything is working fine but sometimes the (CSS) style sheet is not loaded in IE 6. All other browsers do not have this problem. &lt;br&gt;   &lt;br&gt;  &lt;font size="4"&gt;&lt;font color="#006600"&gt;A:&lt;/font&gt;&lt;/font&gt; &lt;b&gt;&lt;font color="#0000FF"&gt;This Problem has been fixed in SP5&lt;/font&gt;&lt;/b&gt;. You can still read the cause of the problem below.&lt;hr&gt; &lt;br&gt;  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. &lt;br&gt;   &lt;br&gt;  HTTP compression software vendors (a very short list): &lt;br&gt;  &lt;ul&gt;&lt;li&gt; &lt;a href="http://www.pipeboost.com" target="_blank"&gt;Pipeboost&lt;/a&gt; &lt;br&gt;  &lt;li&gt; &lt;a href="http://www.xcompress.com" target="_blank"&gt;XCompress&lt;/a&gt;&lt;/ul&gt; &lt;br&gt;  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. &lt;br&gt;   &lt;br&gt;  &lt;b&gt;OR, you can use the workaround below:&lt;/b&gt; &lt;br&gt;   &lt;br&gt;  Add the following code at the top of forumcss.asp (right below the include):  &lt;br&gt;  &lt;pre class="prettyprint"&gt; Response.AddHeader " Compression-Control" ," no-compress"  
 Response.CacheControl = " Public"  
 Response.Expires = 320 &lt;/pre&gt; &lt;br&gt;  &lt;font size="1"&gt;Related thread: &lt;a href="http://www.aspplayground.net/forum/tm.asp?m=376055" target="_blank"&gt;http://www.aspplayground.net/forum/tm.asp?m=376055&lt;/a&gt; &lt;br&gt;  Microsoft' s IIS 5 HTTP Compression Bug: &lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;Q313712" target="_blank"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;Q313712&lt;/a&gt; &lt;/font&gt; &lt;br&gt;   &lt;br&gt;   &lt;br&gt;  &lt;i&gt;Keyword: CSS not loading, IE, HTTP compression, XCompress, Pipeboost&lt;/i&gt; </description><link>http://www.aspplayground.net/forum/fb.ashx?m=376231</link><pubDate>Sun, 16 Mar 2003 14:41:29 GMT</pubDate></item></channel></rss>
