<td onmouseover="this.style.border='1px solid red'" onmouseout="this.style.borderWidth=0">

解决方案 »

  1.   

    <table bgcolor=white>
    <tr>
    <td onmouseover="this.style.border='1px solid red'" onmouseout="this.style.border='1px solid white'">fff</td>
    </tr></table>
      

  2.   

    <table bgcolor=white>
    <tr>
    <td onmouseover="this.style.border='1px solid red'" onmouseout="this.style.border=''">fff</td>
    </tr></table>
      

  3.   

    我的表格有一个背景,如何做到鼠标移开后仍然显示我的背景图片??
    background url(your image url)
      

  4.   

    style=" background-image: url('images/*.gif')"
                     
      

  5.   

    怎么把<tr onmouseover="this.style.background='#6699cc'" onmouseout="this.style.background=''"></tr>
    做成CSS样式啊?