Beautiful tooltip
Simple Tooltip in CSS3. This uses the title
attribute of the link element to create the tooltip. The content of the tooltip is fetched by using attr(title)
as the content
of the :after
pseudo element of the link. The triangle is created using the border trick on the :before
pseudo element.