<html>
<body>
<a href='*.htm' title='要显示的内容'>显示</a>
</body>
</html> 

解决方案 »

  1.   

    自己做一个也不错,例如如下代码呵呵,可以用的时候自己改改好了,这个比那个好看一点<HTML>
    <HEAD>
    <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
    <TITLE>explain text</TITLE>
    </HEAD>
    <script>function getposition(a)
    {
    show.value=a;
    show.size=show.value.length*2-1;
    exp.style.top=event.clientY+10;
    exp.style.left=event.clientX+10;
    exp.style.display="";
    }function clearposi()
    {
    exp.style.display="None";
    }</script>
    <BODY><img src="cat3.gif" onmousemove="getposition('This is a cat!')" onmouseout="clearposi()" style="cursor=hand;filter:alpha(opacity=40)" width=100 height=100>
    <img src="redarrow.gif" onmousemove="getposition('happy!!!')" onmouseout="clearposi()" style="cursor=hand">
    <img src="cat3.gif" onmousemove="getposition('猫猫猫猫猫猫猫猫猫猫')" onmouseout="clearposi()" width=300 height=300 style="cursor=hand">
    <a href="#" onmousemove="getposition('log in.')" onmouseout="clearposi()">test</a>
    <div id=exp style="position:absolute;left:100;top:10;display:None">
    <input type=text name=show style="background-color: #C0C0C0; color: #000000; border-style: solid; border-color: black">
    </div>
    <input type=button value="删除" style="background-color: #C0C0C0; color: #000000; border-style: solid; border-color: black; width=40; height=19">
    </BODY>
    </HTML>
      

  2.   

    <a href='*.htm' alt='要显示的内容'>显示</a>
    这样也可以。
      

  3.   

    一般用 title 就好了,要做得好看些,就用 js + css