Hi there,
My backgrounds stop repeating-y once I scroll.
[size=8pt]#container-tv { /Page container with a background/
width:100%;
background-image: url(images/back.jpg);
background-repeat: repeat;
min-height:100%;
}
#container-body-background { /Content container with a background/
margin:0 auto;
width: 1260px;
background-image:url(images/middle-back.png);
background-repeat: repeat-y;
min-height:100%;
bottom:0;
}
#container-body { /Main content container with no background/
margin-top:25px;
padding-top:50px;
float: left;
width: 1260px;
}[/size]
How do I make it stretch all the way to the bottom in both #container-tv and #container-body-background?