2013年10月5日 星期六

JAVA SCRIP_表格滑鼠移動變色


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title>無標題文件</title>
</head>
<body>
<table width="500" height="50">
<tr onMouseOver="this.style.backgroundColor='#C3BE9D';" onMouseOut="this.style.backgroundColor='#FFFFFF';">
<td>safasdfsdf</td>
</tr>
</table>
</body>
</html>

沒有留言:

張貼留言