Skip to content

Instantly share code, notes, and snippets.

@keeganbrown
Created April 10, 2013 22:25
Show Gist options
  • Save keeganbrown/5359011 to your computer and use it in GitHub Desktop.
Save keeganbrown/5359011 to your computer and use it in GitHub Desktop.
.offerPricePoint .terms {
display: block;
padding: 0 0 5px 0;
clear: both;
position: relative;
top: 0;
left: 0;
z-index: 1000;
}
.offerPricePoint .terms a {
position: relative;
top: 0;
left: 0;
display: block;
z-index: 1000;
text-decoration: none;
}
.offerPricePoint .terms a .tooltip {
cursor: default;
display: none;
padding: 5px;
clear: both;
background: #FFF;
border: 1px solid #CCC;
box-shadow: 0 3px 7px #999;
color: #000;
text-decoration: none;
position: absolute;
top: -70px;
left: 0;
width: 200px;
}
.offerPricePoint .terms a:hover .tooltip, .offerPricePoint .terms a:focus .tooltip {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment