View Single Post
12-28-2006, 07:17 PM
#4
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

Try just using this for the background of the container:
Code:
background: url(images/pagebg.gif) repeat-y;
and this should also go in the container attribute:
Code:
height: auto;
One last thing, instead of using padding-top, etc. use this:
Code:
padding: top right bottom left; // padding: 5px 10px 5px 20px;
margin: top right bottom left; // same as above, only for margin