Re: [PHP-WIN] PHP as CSS Stylesheet - broken in IE6/PHP 4.3.x

2003-03-31 Thread Per Lundberg
On Mon, 2003-03-31 at 21:58, Isetro Savi wrote: > > Does the stylesheet validate? (http://validator.w3.org) > > > > I would guess this is a register_globals problem. What this means is that you can no longer write $moo to get the contents of the GET/POST/cookie variable "moo", but you rather need

Re: [PHP-WIN] PHP as CSS Stylesheet - broken in IE6/PHP 4.3.x

2003-03-31 Thread Isetro Savi
On Fri, Mar 28, 2003 at 02:47:25PM +0100, Per Lundberg wrote: > On Fri, 2003-03-28 at 13:15, Isetro Savi wrote: > > On Fri, Mar 28, 2003 at 10:45:10AM +0100, Per Lundberg wrote: > > > Do you have something like this in your PHP code? > > > > > > header("Content-type: text/css"); > > > > I did not

Re: [PHP-WIN] PHP as CSS Stylesheet - broken in IE6/PHP 4.3.x

2003-03-28 Thread Per Lundberg
On Fri, 2003-03-28 at 13:15, Isetro Savi wrote: > On Fri, Mar 28, 2003 at 10:45:10AM +0100, Per Lundberg wrote: > > Do you have something like this in your PHP code? > > > > header("Content-type: text/css"); > > I did not have that in the stylesheet, but putting it in did not help. Does the styl

Re: [PHP-WIN] PHP as CSS Stylesheet - broken in IE6/PHP 4.3.x

2003-03-28 Thread Isetro Savi
On Fri, Mar 28, 2003 at 10:45:10AM +0100, Per Lundberg wrote: > On Fri, 2003-03-28 at 05:24, Isetro Savi wrote: > > Hi there, > > > > I recently upgraded to PHP 4.3.1 from 4.2.2 on XP/IIS 5.1. On a web > > application I have, I use a dynamic stylesheet such as: > > > > Do you have something l

Re: [PHP-WIN] PHP as CSS Stylesheet - broken in IE6/PHP 4.3.x

2003-03-28 Thread Per Lundberg
On Fri, 2003-03-28 at 05:24, Isetro Savi wrote: > Hi there, > > I recently upgraded to PHP 4.3.1 from 4.2.2 on XP/IIS 5.1. On a web > application I have, I use a dynamic stylesheet such as: > Do you have something like this in your PHP code? header("Content-type: text/css"); -- Best regards

[PHP-WIN] PHP as CSS Stylesheet - broken in IE6/PHP 4.3.x

2003-03-27 Thread Isetro Savi
Hi there, I recently upgraded to PHP 4.3.1 from 4.2.2 on XP/IIS 5.1. On a web application I have, I use a dynamic stylesheet such as: In the old version of php, this worked fine. But after the upgrade, the stylesheets do not take effect in IE6 w/all patches on 2K or XP when I first enter a