osCmax v2.5 User Manual
Results 1 to 2 of 2

Background image and plain colour!

This is a discussion on Background image and plain colour! within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Hi, I have just started using oscmax, and I am trying to alter the background of the page. I can ...

      
  1. #1
    Lurker
    Join Date
    Dec 2010
    Posts
    2
    Rep Power
    0


    Default Background image and plain colour!

    Hi,
    I have just started using oscmax, and I am trying to alter the background of the page. I can get an image to appear in the background, but what I want is a plain black background behind all the boxes/header/footer etc, and then have an image showing at the sides of this where the store would normally be blank. See example here:

    osCommerce, Open Source E-Commerce Solutions

    So basically, it wants to be plain behind the store for clarity, and then have an inage at the sides to make it look a bit more exciting. Anyone with any thoughts would be great!

    Thanks

  2. #2
    osCMax Development Team met00's Avatar
    Join Date
    Oct 2005
    Location
    wherever I happen to be at the moment
    Posts
    854
    Blog Entries
    2
    Rep Power
    26


    Default Re: Background image and plain colour!

    ...go to url... remove frames... view source... look in the css file...

    Code:
    body, html {
    background-image : url(/images/bg.gif); 
    background-repeat : repeat; 
    background-position : 50% 50%; 
    background-attachment : fixed; 
    background-color: #000000; 
       color: #4f4e4e;
      margin-top: 0px;
       padding:0px;
      text-align: center;
    }
    and what is the background? http://printingcanvas.co.uk/images/bg.gif

    Why doesn't it bleed through on the tables?

    Code:
    #content {
    background: #ffffff;
    
    width: 973px; margin: auto;
    border: 0px solid #999999;
    text-align:left;
    }
    #header {
    background: #000000;
    width: 973px; margin: auto;
    border-bottom: 0px solid #999999;
    padding-bottom:5px;
    text-align:left;
    }
    
    #footer {
    background: #ffffff;
    padding-top:5px;
    width: 973px; margin: auto;
    border-top: 2px solid #ffc99e;
    text-align:center;
    }
    so endith the lesson
    <think>sometimes I just sit's and thinks</think>
    "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB

Similar Threads

  1. Where do I set the cell background colour in categories/subcategories?
    By mad_dexter in forum osCmax v2 Customization/Mods
    Replies: 14
    Last Post: 10-05-2010, 07:32 AM
  2. background colour
    By shopping.uk in forum osCmax v2 Customization/Mods
    Replies: 4
    Last Post: 07-16-2009, 09:46 PM
  3. Changing search box background colour
    By PerfectEye in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 05-06-2005, 08:47 AM
  4. pop up image background colour change
    By starchild in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 10-01-2003, 05:13 AM
  5. Background colour in columns only
    By adder667 in forum osCommerce 2.2 Modification Help
    Replies: 4
    Last Post: 04-14-2003, 01:02 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •