Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changed Background picture and now my site will not center on IE


boostanddestroy

Recommended Posts

Hello, I changed my background to a reapeating picture and now the site is aligned to the left on Internet explorer, but on opera, fire fox, and google chrome it all centers.

 

I didn't change anything in the style sheet that would do that as far I know.

 

Not sure if it is okay to post my website so if it needs to be taken down mods please erase.

 

www.boostanddestroy.com

 

Thank you for your help!

 

Chisholm Weaver

noob-

Link to comment
Share on other sites

In this part or stylesheet.css

BODY {
background-image: url('images/bg.png');
background-repeat: repeat;
background-position: center;
}

add tex-align: center;

Link to comment
Share on other sites

Sorry my bad. I forgot a t in text-aligh: center;. Your stylesheet.css body should be

BODY {
 background-image: url('images/bg.png');
 background-repeat: repeat;
 text-align: center; 
 background-position: center;
}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...