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

how to change every boxs background images

This is a discussion on how to change every boxs background images within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; as the topic i try 3 days but i stll do nothing with it does anyone can help me ?...

      
  1. #1
    New Member
    Join Date
    Jul 2003
    Posts
    6
    Rep Power
    0


    Default how to change every boxs background images

    as the topic
    i try 3 days but i stll do nothing with it
    does anyone can help me ?

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default

    You can set the background images of the infoboxes using this, from the stylesheet. This is covered on the stylesheet page:

    .infoBoxContents :: This specifies the styles for all the actual contents of the infoboxes. These are all the side boxes and the new products box. This is where you can change the background color and image of the side boxes. The font setting only seems to have an effect on the 'Shopping Cart' , 'Order History' and 'Bestsellers' box's fonts.

    You need to edit the stylesheet and specify a background image. It should look something like this:

    Code:
    .infoBoxContents {
      background: #f8f8f9;
      font-family: Verdana, Arial, sans-serif;
      font-size: 10px;
      background-image: url(images/image.jpg);
    }
    This will add a background image to all the side boxes and any center boxes on your site - all the same image. It is an easy task to create a new class called .infoBoxContents2 and use that in a box that you want to assign a different background image.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    New Member
    Join Date
    Jul 2003
    Posts
    6
    Rep Power
    0


    Default

    thanks a lot
    i will try it right now

Similar Threads

  1. change boxes background color now have double boxes
    By ANNIE11 in forum osCMax v1.7 General Mods Discussion
    Replies: 0
    Last Post: 08-22-2005, 07:16 PM
  2. where can I change the background color?
    By chenzhu in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 06-30-2005, 05:08 PM
  3. How to change categories background color?
    By javabeans in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 04-19-2005, 04:24 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. Turning off the background images
    By mcdanie1 in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 09-30-2003, 09:02 AM

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
  •