Is there a way to make a hidden div with a button visible when hovering over the 'person-wrap' div? Should I rely on CSS tricks or utilize JQUERY for this task?
You can check out the JSFIDDLE example here: http://jsfiddle.net/ceTdA/3/
The desired div appearance:
#buttons {
display: none;
position:absolute;
right:10px;
top:10px;
margin: 0px 0px 0px 0px;
height: 30px;
width: 225px;
overflow: auto;
}