Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

photoshop backgrounds?


theliquidzoo

Recommended Posts

in your stylesheet.css look for the body tag

 

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }

.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }

.productsNotifications { background: #f2fff7; }

.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

 

//addedbackground-image:url('images/filename.jpg');background-repeat:repeat;background-position:center;

BODY {

background-image : url(/images/ur_image.gif);

background-repeat : repeat-repeat;

background-position : 50% 50%;

background-attachment : fixed;

color : #000000;

margin : 0;

}

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...