This is weird. In Firefox only, as far as I can tell, the CSS disappears when I view messages or write new ones.
It works fine in IE6 (!) and the latest Opera, but in Firefox the presentation is just the default stylesheet of the browser.
I've tried refreshing the browser and forcing the cache to refresh and viewing the CSS with the Web Developer extension and Firebug - nothing sees the CSS.
But in IE6 and Opera it works fine.
Anybody else with this problem?
cache
Hi Ed,
It could be related to a cache change I made last week.
Drupal has a function that aggregates and compress CSS files.
If you have a look at the page source you should see something like:
@import "/files/css/b8272258e5eeec55a9648dd06b2ad1de.css";
Instead of links to about 10 stylesheets.
Tony wrote:Hi Ed, It could
Hi Ed,
It could be related to a cache change I made last week.
Drupal has a function that aggregates and compress CSS files.
If you have a look at the page source you should see something like:
@import "/files/css/b8272258e5eeec55a9648dd06b2ad1de.css";
Instead of links to about 10 stylesheets.
Yes, I noticed that before I posted, but didn't see how it could cause the problem since the same thing seems to be so on other pages that work. However I cleared my local cache again using the Web Developer's toolkit function this time, and things appear to be back to normal again!
Thanks for the quick response.