Take a look at my code in this fiddle for some context: http://jsfiddle.net/GgvLQ/
I've been tasked with creating a design where a set of Facebook links needs to always align with the bottom of an image that's situated next to them, regardless of the size of the image. I attempted wrapping everything except the image in a div, setting a min-height equal to the smallest possible image size that'll be used, and then positioning the links absolutely at the bottom of the wrapper (which is relatively positioned). Unfortunately, when the image is large, it ends up overlapping the links. I'm feeling a bit stuck on what to try next.
Any suggestions or ideas?