Skip to content

Instantly share code, notes, and snippets.

View inforob's full-sized avatar
💭
I may be slow to respond.

inforob inforob

💭
I may be slow to respond.
View GitHub Profile
@csasbach
csasbach / tooltip.css
Created March 13, 2011 00:34
Create tooltips on mouseover or on click (for supporting touch interfaces).
abbr
{
border-bottom: 1px dotted #666;
cursor: help;
}
.tooltip
{
position:absolute;
background-color:#eeeefe;