Posts: 457
Name: Randy
Location: Northern Wisconsin
|
If you are using ONE image for the content background (both the left and sidebar content) then the main background for both should repeat - as long is there is content in either column. (It would repeat to whichever was tallest)
Try adding #container { overflow:hidden; }
When all the content within a div parent is floated, the parent thinks there is nothing there. (As in: "Div parents, do you know where your children are?" -- hehe.)
The better way to contain floated elements in a parent is mentioned here
Good luck!
Last edited by racer x; 02-02-2011 at 04:21 PM..
|