Solved - CSS Gone?

Ed Seedhouse
avatar
rank Guru

Guru


Posts: 2279
Joined: 2005-12-14
Location: Victoria British Columbia

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?

I could change my plea to guilty,
but I don't think it would stick.

Ed Seedhouse

Tony
Tony's picture
rank Moderator

Moderator


Posts: 2739
Joined: 2003-03-12
Location: Brisbane

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:

<style type="text/css" media="all">
@import "/files/css/b8272258e5eeec55a9648dd06b2ad1de.css";
</style>

Instead of links to about 10 stylesheets.

Your question may have already been answered, search and read before you ask.

Ed Seedhouse
Ed Seedhouse's picture
rank Guru

Guru


Posts: 2279
Joined: 2005-12-14
Location: Victoria British Columbia

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:
<style type="text/css" media="all">
@import "/files/css/b8272258e5eeec55a9648dd06b2ad1de.css";
</style>

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.

I could change my plea to guilty,
but I don't think it would stick.

Ed Seedhouse