Please check out this jsfiddle for reference: http://jsfiddle.net/bhellman1/Na3hd/11/
Currently, the hover box appears in the same position for all items when you move over the box.
What I want to achieve is to position the hover box based on which #box.corner you are hovering over. If the #box.corner is on the left of the box, I would like the hover box to appear on the left, outside the box, centered to the corner.... If you hover over a #box.corner that's on the bottom right, I'd like the hover box to display at the bottom right, centered to the corner.
Do you have any suggestions on how to implement this?
Thank you