super simple css tooltips
1.0.0
ツールチップホバーを要素に簡単に追加できます。ツールチップホバーは、要素の左、右、または底部に配置できます。 2番目の底部オプションにはポインターが含まれています。

tooltip--lefttooltip--righttooltip--bottomtooltip--triangleCSSはtooltip--*クラスを使用し、要素上のdata-tooltip属性属性を使用してツールチップテキストを提供します。
[ class ^= "tooltip" ] {
...
content : attr ( data-tooltip );
...
} < img href =" /img/info.svg " class =" tooltip--left " data-tooltip =" This is the text displayed " >Chrome、Firefox、Safari、Edge、およびIE10+の現在のバージョン。