Tiffany
05-10-2007, 06:30 PM
Hello all. I've been having some issues getting the background image for my CSS sidebar to extend to the bottom of the page. I've noticed that the length of that background image depends on how much material I have in the #main section of my page, if that has anything to do with it. If it helps, this is the CSS I used for the sidebar:
#nav {
width: 25%;
float: right;
padding: 2px;
background-image: url(images/background.jpg);
background-attachment: fixed;
float: right;
}
#nav {
width: 25%;
float: right;
padding: 2px;
background-image: url(images/background.jpg);
background-attachment: fixed;
float: right;
}