毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> 开发语言 >> 正文

鼠标经过一行tr 里面的td td里面的文字变色js代码

更新时间:2012-12-5:  来源:毕业论文

鼠标经过一行tr 里面的td td里面的文字变色js代码
<tr style=" height:32px;" align="center" onmouseover="on(this);" onmouseout="out(this);">
<td width="200">文字</td>
<td width="150">文字</td>
<td width="270">文字</td>
<td width="100">文字</td>               
<td width="100">文字</td>
<td width="100" >文字</td>
</tr>        写个function on(obj){
}


function on(obj){
obj.color="red";
}这个不行

function on(obj){     var tds = obj.getElementsByTagName("td");     for(var i=0;i<tds.length;i++) {         tds[i].style.color = "red";     } }

 

<table><tr style=" height:32px;" align="center" onmouseover="on(this);" onmouseout="out(this);"> <td width="200">文字</td> <td width="150">文字</td> <td width="270">文字</td> <td width="100">文字</td>                 <td width="100">文字</td> <td width="100" >文字</td> </tr><tr style=" height:32px;" align="center" onmouseover="on(this);" onmouseout="out(this);" style="color:"> <td width="200">文字</td> <td width="150">文字</td> <td width="270">文字</td> <td width="100">文字</td>                 <td width="100">文字</td> <td width="100" >文字</td> </tr></table> <script type="text/javascript">     function out(obj) {         obj.style.color = 'black';     }         function on(obj) {         obj.style.color = 'red';     } </script>

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。