I have two divs, one inside the other and I would like the small div to be aligned at the buttom of the main div.
Here\'s my code so far. Currently, the button is at
I guess you'll need absolute position
.vertical_banner {position:relative;} #bottom_link{position:absolute; bottom:0;}