Graham Anderson wrote:
> I am trying to compress my css files with .htaccess and php.
> 
> For some bizarre reason, Firefox and IE6 refuse to recognize/display  
> the css
> In Safari, everything works fine
> An example: http://bravosantamonica.com/dev/bravo/

> .htaccess
> AddHandler application/x-httpd-php .css
> php_value auto_prepend_file /www/dev/bravo/css/compress-css.php
> php_value auto_append_file /www/dev/bravo/css/close-css.php
> 
> 
> compress-css.php
> <?php
...

Don't know much about php and server stuff, but your CSS file has the 
wrong mime type ("text/html", instead of "text/css").

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to