View Single Post
  #2  
Old 07-01-2010, 01:24 AM
 
Sisom Sisom is offline
 

eXpert
  
Join Date: Sep 2006
Posts: 310
 

Default Re: Background image for left and right columns?

Hi, you need to edit the
#page-container
id style in altskin.css, line 20.

Add this declaration block:

background: url("images/2column/page_container.gif") repeat-y center top


Where "page_container.gif" is your 1 pixel high, by whatever width, graphic. (i.e. probably about 960px to 1,000px wide, depending on your site design.)

That will make your graphic repeat all the way down the screen, right down to the start of the footer div.

If you aren't already using it, I highly recommend you use Firefox and install the 'Firebug' add on, which allows you to home in on every element on your page, and see what CSS is being applied to it.
__________________
X-Cart Gold Version 4.3.2
Reply With Quote