a span{display: none;}
a:hover span{display: block; background: #e0e0e0; border: 1px solid red; position: absolute; bottom: 10px; left: 5px; }
a:hover{text-decoration: none;}
a:hover{background-color: #e1e1e1;}

