I have a cool tooltip to work with using some data attributes as seen here : http://www.frequency-decoder.com/demo/css-tooltips/
But the problem is the text inside the tooltip is not selectable, even after I add property:
cursor: text;
Any idea how to make that tooltip selectable?
Thanks
UPDATE: This doesn't seem to help either:
-webkit-touch-callout: all;
-webkit-user-select: all;
-khtml-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
Values: none | text | toggle | element | elements | all | inherit
Ref:
How to disable text selection highlighting using CSS?
http://www.w3.org/TR/2000/WD-css3-userint-20000216#user-select