Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

background image


scapeordie

Recommended Posts

Posted

im not sure if this is in the right category or even the right thing to ask at this forum but please remember you were all new to this at one point, and I apologise for my ignorance but all I want to do is have a background-image that no matter how long the webpage is will display correctly, is there a way to have the top image as one image and the bottom as another then in the middle a static colour? so that if the customer has 10 or 2000 products the very top and very bottom background images are the same?

 

Thank you in advance for your help

Posted

You can do it with something like this:

 

in stylesheet.css

add the following:

body{
background-image: url ('images/topimage.png')no-repeat top center;
background:#FFFFFF;
}
#bodywrapper{
background-image: url ('images/bottomimage.png') no-repeat bottom center;
}

 

change #FFFFFF to the color that works with your scheme.

Oscommerce site:

 

 

OSC to CSS, http://addons.oscommerce.com/info/7263 -Mail Manager, http://addons.oscommerce.com/info/8120

Archived

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

×
×
  • Create New...