View Single Post
  #1  
Old 05-10-2012, 09:36 PM
 
tessafi80 tessafi80 is offline
 

Newbie
  
Join Date: Apr 2012
Posts: 7
 

Default Background in content-container not showing up in IE

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;
__________________
X-Cart 4.5.0
Reply With Quote