Hi all, I have an application that loads several CSS, depending on the client. First i load a default_.css for all the clients and then ask the server (Zend Framework) for the client specific CSS.
In Chrome and IE i have no problem, but when i try to load it in firefox the CSS loads, but the images (background, some buttons, font type, font color,...) is not shown. I don't know what's the problem because i put a listener in the loader to know when the css is loaded, and the event fired correctly, but the screen in firefox do not refresh. Somebody has the same problem and/or know how to resolve it?. If code needed i can paste the code. Thanks in advance PS: Sorry for my english

