control the length a title tooltip is shown
        Posted  
        
            by nimo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by nimo
        
        
        
        Published on 2010-05-31T12:46:26Z
        Indexed on 
            2010/05/31
            12:53 UTC
        
        
        Read the original article
        Hit count: 179
        
JavaScript
|html
In IE the tooltip (title attribute) when you hold over an a-tag disappear after a while. Can I somehow control for long it is shown? Or is it up to the browser to decide?
<a title="tooltip text">link</a>
        © Stack Overflow or respective owner