View Single Post
  #1  
Old 01-27-2010, 07:18 AM
 
MikeBrum MikeBrum is offline
 

Advanced Member
  
Join Date: May 2003
Location: Morro Bay, Ca
Posts: 59
 

Default Adding a repeat-y border (image) down left and right sides

I need some help with something:

I have a header background image defined. But now I can't figure out how to add a repeat-y image border and foooter image. I created a slim 1px x 12px wide image that will be my repeating border. How do I add this? and center it below my header?, without it being on top of my header and everything else?

Also, how do I add a footer image?

Here is the coding I added to create my header background?

html,
body
{
margin: 0px auto;
margin:0;
background:url(images/fashion_mosaic/bg.jpg) no-repeat top center #291f16;
}
__________________
Toobs.com

X-Cart version 4.3.1
PHP: 5.2.14
MySQL: 5.1.47
Reply With Quote