It looks like it's a mime type issue. You are returning "text/html" instead of "text/css." IE's ok with the mime type mismatch (of course) but FF wants it to match.
Try the @import method, it might get around this or add this to the top of your cf created css pages: <cfcontent type="text/css; charset=ISO-8859-1"> That should do it. On Fri, Feb 20, 2009 at 10:48 AM, Matthew Smith <[email protected]>wrote: > > >Can you post a link? > > > http://farrarlawfirm.com/version0dot2/ > > I am playing around with the paths, still works in ie but not ff. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:289282 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
