Comments on: Fancy Tooltips using CSS3 https://w3lessons.info/css3-tooltips Tutorials on PHP, jQuery & Amazon Web Services Thu, 14 Sep 2017 10:35:42 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Asfath Ahamed https://w3lessons.info/css3-tooltips#comment-803 Wed, 19 Feb 2014 06:44:00 +0000 http://w3lessons.info/?p=1827#comment-803 This is great. Thank you Karthi. I planning to convert it in to LESS mixin. It may be much simple for LESS users. Thanks again. and one more suggestion, why don’t we use attribute value to load text in to after or before content instead of using a span.

like

Tooltip
[class^=’css-tooltip-‘]:after {
content: attr(title);
}

so we can simply complete everything inside a tag itself

]]>