Make facebook like box adjust to image size

dolphinnsfan

New Member
Here's a fiddle with my current code, for context: http://jsfiddle.net/GgvLQ/I have a client who wants a set of Facebook links to always stay aligned with the bottom of an image that is to the left of the links, no matter what size the image is. I tried wrapping everything but the image in a div, setting the min-height to the smallest possible image the client will use, and positioning the links absolute to the bottom of the wrapper (positioned relatively), but then the image just overlaps the links when the size is large. I'm not really sure what to do at this point.Any ideas?
 
Back
Top