-
Div not expanding to 100% of browser’s height
I’m having an issue getting my Div to expand to 100% of a browser’s height when vertical scroll is needed and can’t find any answers to it.
If you visit my home page and resize your browser so that a vertical scroll is needed, you can see what I am talking about: stadcreative.com
Watch the blue bar with the logo on the right hand side and when you scroll down you’ll notice it no longer maintains it’s 100% height dimensions.
Any thoughts on what I can do to force it to always maintain 100% coverage while scrolling would be greatly appreciated. Here is the coding:
<div id=”BarBlue”>
<div align=”center”>
<p><img src=”Elements/Logo.png” alt=”Stad Creative” width=”128″ height=”129″ vspace=”300″ align=”absmiddle” /></p>
</div>
</div>#BarBlue {
position:absolute;
width:184px;
height:100%;
z-index:1;
background-image: url(Elements/BAR.VRT.Blue.png);
background-repeat: repeat;
left: 875px;
}