Skip to content

Instantly share code, notes, and snippets.

@felixhageloh
Created July 13, 2011 10:31
Show Gist options
  • Save felixhageloh/1080061 to your computer and use it in GitHub Desktop.
Save felixhageloh/1080061 to your computer and use it in GitHub Desktop.
.Tooltip {
background: transparent url(/images/dark-pointer.png) no-repeat scroll 10px bottom;
font-size: 10px;
line-height: 12px;
margin-left: -5px;
padding: 0 5px;
position: absolute;
z-index: 100;
left: 0;
}
.Tooltip span {
background-color:#525252;
color:#FFFFFF;
display:block;
margin-bottom:4px;
padding:4px 5px;
white-space:nowrap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment