I would like a left side nagivation div which expands with the height of the page-- meaning the height of the page is determined by the content div to the right of the navigation.
What I would like to have is two background images. One positioned at the very top of the navigation div for which use the following CSS:
ackground: transparent url('images/nav-top.gif') no-repeat top left;
My problem is that I have another background image which I would like to position at the very bottom:
background: transparent url('images/nav-bottom.gif') no-repeat bottom left;
Can someone give me a suggestion as to how to accomplish this?
I also have another problem, how do you specify that a div should expand the full height of the generated page?
I'm using:
width: 200px; height: 100%;
but that doesn't seem to expand to the entire height of the page.
[image]local://upfiles/13215/19B59E9C48A44399B203F3D391DA125D.jpg[/image]
One note: The background image nav-bottom.gif is not visible at this quality but notice it is positioned only at 100% the height of the original page before I expand the tree selections.