Tooltip in html [duplicated]

-3

I'm trying to insert a tooltip into a table in html but it seems to go to the bottom and is not visible.

Script with a summarized version of my problem:

- link

    
asked by Agustin Martinez 23.11.2016 в 14:54
source

1 answer

2

Have you tried using the HTML%% tag% for each title to use the "tooltip" that comes by default in HTML?

Example:

<td rowspan="1" colspan="1" class="PASSED" title="Texto tooltip"> PASSED </td>
    
answered by 23.11.2016 / 15:08
source