stick an image to the bottom of a div?
Good evening,
Has anyone seen a css technique of anchoring an image to the bottom of a div? My intent is to anchor a stacked pair of divs to the browser bottom (done), and have a third div anchored to the top of the browser window (done). Width: 100% on all three divs (done). z-index:1 on the topmost div (the header div).
Now, as the site appears on a visitor's screen (one that has generous vertical real estate) they can drag the window down (expanding it) and more and more of the middle div displays itself, out from underneath the topmost div.
For conversation, I refer to these three divs as "header div", "stage div", and "footer div". footer div shall always have a the same 250px height. header div shall always have the same 100px height.
and here is my difficulty...: stage div shall always be anchored to the top of footer div, but "appear" more and more out from underneath header div as the page is expanded downwards.
Please throw ideas my way as they occur to you. The results must be platform/browser independent and primarily css driven, in the spirit of the zen-cart template system).
Respectfully,
Ian Sears
"The answers to all the questions we could possibly think to ask, are right there in front of us.
It is the wisdom, to ask the correct questions, that we lack."
--- Albert Einstein