Make content attribute text selectable

ephargha

New Member
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: \[code\]cursor: text;\[/code\]Any idea how to make that tooltip selectable?ThanksUPDATE:This doesn't seem to help either:\[code\]-webkit-touch-callout: all;-webkit-user-select: all;-khtml-user-select: all;-moz-user-select: all;-ms-user-select: all;user-select: all;\[/code\]Values: none | text | toggle | element | elements | all | inheritRef:http://stackoverflow.com/questions/826782/css-rule-to-disable-text-selection-highlighting
 
Back
Top