Re: [PHP] MSIE & GZIP problem

2002-05-20 Thread Garth Dahlstrom

> Has anyone heard of the problem with MSIE 6?  If this is a 
> known problem; I'll have to perform some browser check to make 
> sure I can gzip to that MSIE
> version 6 build (whatever) -- kind of a hassle.
>
> I just did a search on Technet, and could find no mention of it.


I've experinced similar results with the version of MSIE6 that comes
with visual studio.net,  I was running horde for IMP (mail) and
Chora (cvs) apps.   The tables kept getting chopped, view source
showed the document was not complete (missing the last bunch of
tags)...  NN6 was no problem, I turned off gzip compression (horde
defaults to on) and the problem went away.

-GED



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] MSIE & GZIP problem

2002-05-20 Thread Garth Dahlstrom

> Has anyone heard of the problem with MSIE 6?  If this is a 
> known problem; I'll have to perform some browser check to make 
> sure I can gzip to that MSIE
> version 6 build (whatever) -- kind of a hassle.
>
> I just did a search on Technet, and could find no mention of it.


I've experinced similar results with the version of MSIE6 that comes
with visual studio.net,  I was running horde for IMP (mail) and
Chora (cvs) apps.   The tables kept getting chopped, view source
showed the document was not complete (missing the last bunch of
tags)...  NN6 was no problem, I turned off gzip compression (horde
defaults to on) and the problem went away.

-GED



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] MSIE & GZIP problem?

2002-05-19 Thread Miguel Cruz

On Sun, 19 May 2002, Jason Caldwell wrote:
> I have several browsers installed; NS4.x, NS6.02, Opera 6.x, and MSIE 6.0 --
> I'm using gzip compression on my site through the ob_gzhandler.  My pages
> seem to load fine, however, ONLY in MSIE when I REFRESH (i.e.. with the
> Refresh Button) the page seems to lose it's table or table format, and
> everything looks all jacked up. This ONLY happens on a page reload.  The
> other browsers don't seem to have this problem --

I see something similar with Windows IE 5, 5.5, and 6 all the time,
particularly when I have a combination of absolute and relative
table/table cell widths. Sometimes it'll be messed up the first time
through, sometimes after a refresh. Never consistent, never predictable.

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php