Hello,

I added this code to my local.css file:

/* HELPER CODE FOR SETTING BACKGROUND IMAGES */

/* Add a custom header background (above navbar) here */
#header-group {background-image: url('../images/sample_banner.jpg');
  background-repeat: no-repeat;
  background-position: 300px 50px;
}

Works fine in FF and Chrome but nothing is displayed in IE, tried adding the same code to ie8-fixes.css but problem still remains? Any hints?

Comments

ajross’s picture

Do you have CSS aggregation on? Maybe the stylesheet isn't getting loaded in IE if not. Otherwise, I don't have any immediate suggestions, but would be happy to take a look if you can send a link.

ajross’s picture

Status: Active » Postponed (maintainer needs more info)
ajross’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Closing, never received more info.