Forum Moderators: not2easy
I have an image that I want to be at the bottom of the navigation column on the left. However, the navigation div only extends to the end of the links. So, I have used the content's left border to fill in the width and length of navigation column so that it is black all the way down to match the length of the content div no matter what the length the content is.
Is there a way to go about getting the image to the bottom of the navigation colum and to move up/down with the length of the navigation/content?
Thanks.
something like:
document.getElementById("navigation").height=document.getElementById("content").height;
and the css something like:
#navigation{background-image:url('image.png') bottom left;}