<a onmouseover="alert('提示');">bbbbbbbbb</a>

解决方案 »

  1.   

    <html>
    <body><a href="http://www.microsoft.com" title='MICROSOFT' onmouseover='this.title=this.innerText'>microsoft</a></body>
    </html>
      

  2.   

    <a href="http://www.microsoft.com" title='MICROSOFT' onmouseover='this.title=this.innerText'>microsoft</a>大虾,用那种方法弹出内容太慢了,还有更快的方法吗?
      

  3.   

    <a onmouseover="alert('提示');">bbbbbbbbb</a>
    大大虾,这一种不是很慢吧~~~~~~
      

  4.   

    <html><head><script>
    function show1(){word.style.visibility='visible'}function hidden1(){word.style.visibility='hidden'}
    </script></head><body>
    <a href="http://www.microsoft.com" title='MICROSOFT' onmouseover='show1()' onmouseout='hidden1()'>microsoft</a><span style="visibility: hidden"><b><font size="2" id="word"><span lang="zh-cn">注释</span></font></b></span><p> </p></body></html>