使用表格整行作为可点击跳转

Posted FOREVER_ENJOY

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用表格整行作为可点击跳转相关的知识,希望对你有一定的参考价值。

 

html

<tbody>
    <tr class="tr-link" onclick="window.document.location = ‘http:\\www.cnblog.com\zyx1314‘">
        <td>1</td>
        <td>forever</td>
        <td>enjoy</td>
    </tr>
</tbody>

 

CSS

.tr-link:hover { cursor: pointer; }

 

以上是关于使用表格整行作为可点击跳转的主要内容,如果未能解决你的问题,请参考以下文章