Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 844 Bytes

File metadata and controls

35 lines (24 loc) · 844 Bytes

Simple Tooltip CSS

A simple tooltip only css

Installing using the bower

bower install simple-tooltip-css
Example:

alt tag

How to use

After installing add the tag

<link rel="stylesheet" type="text/css" href="/bower_components/simple-tooltip-css/dist/css/simple-tooltip.min.css">`

Insert the attribute data-simpletooltip on the element you want

<a href="#" data-simpletooltip="Lorem ipsum dolor sit amet.">sit amet</a>

Insert attr data-simpletooltip-help to help style

<a href="#" data-simpletooltip="Lorem ipsum dolor sit amet." data-simpletooltip-help>sit amet</a>

Result

alt tag