Beautiful and Simple Tooltip Created with CSS3 | Bypeople

Beautiful and Simple Tooltip Created with CSS3

This code snippet creates a simple tooltip in CSS3. It 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, and the triangle is created using the border trick on the :before pseudo element.



Related Deals


Related Posts