X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Background in content-container not showing up in IE (https://forum.x-cart.com/showthread.php?t=63595)

tessafi80 05-10-2012 09:36 PM

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;


PhilJ 05-10-2012 09:52 PM

Re: Background in content-container not showing up in IE
 
you need to take out...

repeat

altogether, or replace with...

repeat-x;

Or...

repeat-y;

tessafi80 05-10-2012 10:32 PM

Re: Background in content-container not showing up in IE
 
That seems to have fixed it! Thank you.


All times are GMT -8. The time now is 05:51 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.