I have had a recent problem with NiftyCube and the css being dropped
in FireFox yet, it still worked.  niftycube.js has a setting right
after the comments called niftyCSS = false;  Set this to true and make
your own css link to the niftyCube.css file by typing into your thtml
file, <?php $html->css('niftyCube')."\n"; ?> .

Setting that straight, here are two suggestions to you that helped me
along the way with this problem:
1.) If you have access to the httpd.conf, add this in there somewhere
"AddType text/css .css".
2.) If you are still having the error, 9 times out of 10, the css file
is being called a second time from somewhere.  Check all of your PHP
HTML and especially JavaScript code.  Just do a project-wide search
for the name of the file without the extension and if that yields no
results, clear your cache, make sure caching is off and if you have
elements and helpers, check those.

That's about all I can suggest.  If you are having proiblems after all
of this, post here and I will help you out as much as I can in the
trouble-shooting process.

--CEF


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to