2 replies [Last post]
Ed Seedhouse
Ed Seedhouse's picture
Offline
Guru
Victoria British Columbia
Last seen: 2 years 5 weeks ago
Victoria British Columbia
Timezone: GMT-8
Joined: 2005-12-14
Posts: 3570
Points: 675

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?

Ed Seedhouse

Posting Guidelines

Watch out! I am carrying irony, sarcasm and satire, and know how to use them.

Tony
Tony's picture
Offline
Moderator
Brisbane
Last seen: 1 week 21 hours ago
Brisbane
Timezone: GMT+10
Joined: 2003-03-12
Posts: 5344
Points: 2965

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.

Ed Seedhouse
Ed Seedhouse's picture
Offline
Guru
Victoria British Columbia
Last seen: 2 years 5 weeks ago
Victoria British Columbia
Timezone: GMT-8
Joined: 2005-12-14
Posts: 3570
Points: 675

Tony wrote:Hi Ed, It could

Tony wrote:
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.

Ed Seedhouse

Posting Guidelines

Watch out! I am carrying irony, sarcasm and satire, and know how to use them.