After exploring various methods of creating hover effects on divs, I've found that most only work when the mouse is directly over the link.
I am trying to make a div appear when hovering over another div, and stay visible even after the mouse leaves the button area.
A good example can be seen here:
I'm open to using just CSS or incorporating jQuery/JS if needed.
Thank you!
You can view my test sample here: http://jsfiddle.net/h4rB9/1/