<a href=""><font color="red">zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz</font></a>

解决方案 »

  1.   

    把这个 onMouseover="changeto('#0068C6')" onMouseout="changeback('')"加进去。
    这样写<a href="" onMouseover="changeto('#0068C6')" onMouseout="changeback('')">zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz</a>
      

  2.   

    呵呵,谢谢大家!我要求的是,当鼠标指到td的时候,td里面的文字链接也会变色,并不是鼠标移到文字连接时文字颜色才改变.
      

  3.   

    简单啊,写td的style就可以了...
      

  4.   

    boneeater(狗狗) :请问怎么写td的style?谢谢!
      

  5.   

    我已经知道了代码,贴出来给大家,这是最好的:  
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_goToURL() { //v3.0
      var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
      for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
    }
    //-->
    </script><table width="20%"  border="1" cellpadding="4" cellspacing="2" bordercolor="#999999">
      <tr>
        <td width="50%" align="center" onClick="MM_goToURL('parent','http://www.it365cn.com/');return document.MM_returnValue" onMouseOver="this.style.backgroundColor='#F5F5F5';style.color='red'" onMouseOut="this.style.backgroundColor='';style.color='black'" style="cursor:hand">织梦幻影</td>
        <td width="50%" align="center" onClick="MM_goToURL('parent','http://www.blueidea.com/');return document.MM_returnValue" onMouseOut="this.style.backgroundColor='';style.color='black'" onMouseOver="this.style.backgroundColor='#F5F5F5';style.color='red'" style="cursor:hand">蓝色理想</td>
      </tr>
    </table>