Pure CSS Tooltips 1.0

Pure CSS Tooltips uses a custom HTML5 data- attribute (data-tooltip) to pass the text that will be displayed inside the tooltip.Generating the tooltip itself is done with CSS3 code, and a simple :before and :after hack.No images or JavaScript is used to...