http://www.donews.com/cgi-bin/forum.fcgi?sw=150&boardid=1&style=

解决方案 »

  1.   

    <style>
    a:hover{background-color:red}
    </style>
    <table border=1 width=100 height=50 cellpadding=0>
    <tr><td>
    <a href="http://www.csdn.net" style="width:100%;height:100%">test</a>
    </td></tr>
    </table>
      

  2.   

    <style>
    a{width:100%;height:100%}
    a:hover{background-color:red;}
    </style>
    <table border=1 width=100 height=50 cellpadding=0>
    <tr><td>
    <a href="http://www.csdn.net">test</a>
    </td></tr>
    </table>
      

  3.   

    鼠标移到表格上面表格的背景变成红色,单击时导向另一页:<table border=1 width=100 height=50 cellpadding=0 onmouseover="this.bgColor='red'" onclick="window.location='http://www.csdn.net'">
    <tr><td>
    text
    </td></tr>
    </table>
      

  4.   

    to:pimple(我很年轻) 
    别在这边发广告嘛