Show hidden div on hover

ertobliozm

New Member
I have a hidden div with a buttin that I would like to appear when you hover over the div 'person-wrap'. How can I do this? Should I use CSS tricks or can it be done with JQUERY?JSFIDDLE:http://jsfiddle.net/ceTdA/3/The div I would like to have appear:\[code\]#buttons {display: none; position:absolute; right:10px; top:10px;margin: 0px 0px 0px 0px;height: 30px;width: 225px;overflow: auto; }\[/code\]
 
Back
Top