I have customized the ideal comfort template for my shop and my windows users on IE cannot see the background making it rather unreadable.
Any ideas what I'm doing wrong?
This is my CSS snippet from altskin.css and main.css respectively
Code:
#content-container {
padding-bottom: 100px;
margin-top: 250px;
background: #a496aa url(http://mp3sbytessa.com/skin/ideal_comfort/images/custom/conbg.png) repeat;
Code:
#content-container {
clear: both;
float: left;
overflow: hidden;
position: relative;
width: 100%;
padding-bottom: 39px;
margin-top: 140px;
background: #a496aa url(http://mp3sbytessa.com/skin/ideal_comfort/images/custom/conbg.png) repeat;