<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>栏目切换</title>
</head>
<body>
<table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<td id="td01" width="245" height="35" align="center" bgcolor="#66CCFF" onMouseOver="sss.style.display='block';zzz.style.display='none';td01.style.background='#66CCFF';td02.style.background='#ffffff'">分类一</td>
<td id="td02" width="255" align="center" bgcolor="" onMouseOver="zzz.style.display='block';sss.style.display='none';td02.style.background='#66CCFF';td01.style.background='#ffffff'">分类二</td>
</tr>
</table>
<br>
<table width="500" border="0" cellpadding="10" cellspacing="1" bgcolor="#00CCFF">
<tr>
<td bgcolor="#FFFFFF"><div id="sss" style="display:block;">分类一的内容</div><div id="zzz" style="display:none;">分类二的内容</div></td>
</tr>
</table>
</body>
</html>