Closed (works as designed)
Project:
Mix and Match
Version:
6.x-1.6
Component:
Code
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2012 at 12:37 UTC
Updated:
21 Feb 2013 at 20:12 UTC
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
Comment #1
ajross commentedDo 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.
Comment #2
ajross commentedComment #3
ajross commentedClosing, never received more info.