Re: Parsing .css files with php: Cons? [message #176737 is a reply to message #176735] |
Fri, 20 January 2012 14:05 |
Michael Fesser
Messages: 215 Registered: September 2010
Karma:
|
Senior Member |
|
|
.oO(Captain Paralytic)
> On Jan 20, 10:25 am, Michael Fesser <neti...@gmx.de> wrote:
>> No. You have to explicitly send the correct header or some browsers
>> might ignore the CSS. For example
>>
>> header('Content-Type: text/css; charset=UTF-8')
>
> Oh OK. Any ideas which ones?
In the past Gecko browsers (i.e. Firefox) were a bit picky about the
correct CSS content type. If the file wasn't delivered as text/css, it
was ignored.
Micha
--
http://mfesser.de/blickwinkel
|
|
|