Alright. On this page I'm making I have a bar 26px wide with a background color on the very left of the page. I need this to span all the way down the page, as tall as the content is on any page. So I simply did a
<div class="leftsidebar"></div>
and the css is
.leftsidebar {
background-image:url(leftbar_bg.jpg);
background-repeat: repeat-y;
height: 100%;
width: 26px;
float: left;
position: absolute;
z-index: 2;
}
But... it doesn't span all the way down the page. It stops short. I added a SS of what the page looks like.
![]()



Reply With Quote


Bookmarks