Home › Forums › CSS › IE9 Background Width › Re: IE9 Background Width
December 5, 2012 at 4:19 am
#116349
Member
Your CSS hasn’t changed one bit?
#header_container {
background-color: #000000;
margin: 0;
padding: 0;
width: 100%;
}
#header {
background-color: #000000;
background-repeat: repeat;
background-size: cover !important;
margin: auto;
position: relative;
}