Respuesta
en
Desarrollo web
a
Como hacer un buen TOOLTIP text con javascript
1) Debemos crear un estilo para el tooltip: <style type="text/css"> #toolTipBox { display: none; padding: 5; font-size: 12px; border: black solid 1px; font-family: verdana; position: absolute; background-color: #ffd038; color: 000000; } </style> 2)...