as the topic
i try 3 days but i stll do nothing with it
does anyone can help me ?
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 ?...
as the topic
i try 3 days but i stll do nothing with it
does anyone can help me ?
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:
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.Code:.infoBoxContents { background: #f8f8f9; font-family: Verdana, Arial, sans-serif; font-size: 10px; background-image: url(images/image.jpg); }
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
thanks a lot
i will try it right now
Bookmarks