When I assign a backround image to a module class suff. it does not show in Internet Explorer. Is there a way to make this work or should I use background color instead?
Here is an extract from my template.css
#ja-col2 div.moduletable_highlight1 {
background: url(http://www.knx.fi/uusi/images/blue_back.jpg) repeat 0 0px;
border: 0px solid #DDDDDD;
margin: 0 0 1px;
}
#ja-col2 div.moduletable_highlight1 h3 {
background: #D33615;
color: #FFFFFF;
margin: 0 -1px;
padding: 1px;
}
and my dev site is on http://www.knx.fi/uusi
Would be thankful for any help!
😮