¿Cómo aumentar la duración de la libración por defecto del atributo del título (información sobre herramientas)
no uso IE, sin límite de tiempo en el navegador Firefox. O usa el código que hice.
Hice un código en html/css solo en un archivo, no podría hacerlo más fácil.
<!DOCTYPE html><html><body><style>
.m span{display: none;list-style: none} .m {z-index:24;position:relative;display:inline-block}
.m:hover span{z-index:999;display:block;position:absolute;top:19px;left:1em;border:1px solid #000;background-color:#eee;color:#000;min-width:300px}
</style>
<div class="m"> News <span> Links inside span works good <a target="_blank" href="http://cnn.com">Cnn.com</a></span></div>
<div class="m"> Hover over here and Information comes up <span> To make complex things easy is not so easy to do. </span></div>
<br> Just som text here to give you the 3D effect <br>
</body></html>
posible duplicado de [¿Hay una manera de tener el atributo título de un elemento HTML para mostrar durante un tiempo más largo?] (Http://stackoverflow.com/questions/1245936/ is-there-a-way-to-have-the-title-attribute-of-a-html-element-to-display-for-al) – LordScree