<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
body{margin:30px; font-size:12px}
td{ font-size:12px}
.SelBg {
color: #FFFFFF;
background-color: #0A246A;
}
</style>
</head>
<body>
<table width="182" border="0" cellpadding="0" cellspacing="0">
<tr onmouseover="this.className='SelBg'" onmouseout="this.className=''">
<td height="14">地区一</td>
</tr>
<tr onmouseover="this.className='SelBg'" onmouseout="this.className=''">
<td height="14">地区二</td>
</tr>
<tr onmouseover="this.className='SelBg'" onmouseout="this.className=''">
<td height="14">地区三</td>
</tr>
</table>
</body>
</html>
[此贴子已经被作者于2006-4-30 16:27:10编辑过]