One page uses IE .css file, another doesn't...

Created on 5 May 2009, about 15 years ago
Updated 16 May 2024, about 2 months ago

I have setup Conditional Stylesheets on my site and have created an ie.css file for all IE versions. In it, I have the following code:

#footer {
  code: red;
}

In my site's main .css file, I have the following code:

$footer {
  ...
  color: #ffffff;
  ...
}

The homepage of my site shows white text in the footer, while the about page shows red text in the footer. Studying the code (or trying to) with IE's Dev Toolbar shows that the homepage gets the footer color from the main .css file, while the about page gets it from the ie.css file...

Any ideas why the homepage wouldn't be seeing the ie.css file?

πŸ’¬ Support request
Status

Fixed

Version

1.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

No activities found.

Production build 0.69.0 2024