Link to article: Nothing in the cry of Cicadas Suggests they are About to Die.
.hover {
}
.hover:hover {
text-decoration: none;
border-bottom: none;
}
.hover span { display: none;}
.hover:hover span {
position: absolute;
display: inline;
margin: 0px 0px;
height: auto;
width: auto;
background: #FFF;
border: 2px solid #34B;
color: #000;
padding: 1em;
}
.hover:hover span span {
position: relative;
margin: auto;
height: auto;
width: auto;
border: none;
padding: 0;
}
hover