<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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">
td{
text-align:center
font-size:13px; color:#000000;link-height:22px;
}
div{
background-color:#669933; text-align:center; position:absolute; z-index:2; display:none;
}
a{
font-size:13px; color:#000000; text-decoration:none;
background-color:#dfdfdf; width:100px; line-height:22px; text-align:center;border-bottom:#FFFFFF solid;
}
A:hover{
font-size:13px; color:#FFFFFF;
background-color:#cc0000;
width:100px;line-height:22px;text-align:center;
}
</style>
<script>
function show(d1){
document.getElementByIdx_x(d1).style.display='block'; //显示层
}
function hide(d1){
document.getElementByIdx_x(d1).style.display='none'; //隐藏层
}
</script>
</head>
<body >
<table width="335" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" border="0">
<tr>
<td><a href="#" οnmοusemοve="show('s1')" οnmοuseοut="hide('s1')">关于中信</a></td>
<td><a href="#" οnmοusemοve="show('s2')" οnmοuseοut="hide('s2')">公司业务</a></td>
<td><a href="#" οnmοusemοve="show('s3')" οnmοuseοut="hide('s3')"> 公益事业</a></td>
<td><a href="#" οnmοusemοve="show('s4')" οnmοuseοut="hide('s4')">中信研究</a></td>
<td><a href="#" οnmοusemοve="show('s5')" οnmοuseοver="hide('s5')">推荐招聘</a></td>
<td><a href="#" οnmοusemοve="show('s6')" οnmοuseοut="hide('s6')">特色推荐</a></td>
</tr>
<tr>
<td>
<div id="s1" onMouseMove="show('s1')" οnmοuseοut="hide('s1')">
<a href="#">公司简介</a></br>
<a href="#">集团领导</a></br>
<a href="#">领导题词</a></br>
<a href="#">业务回顾</a><br/>
<a href="#">公司历史</a><br/>
<a href="#">中信风格</a><br/>
<a href="#">公司年报</a><br/>
<A href="#">公司要闻</A></div></td>
<td><div id="s2" οnmοusemοve="show('s2')" οnmοuseοut="hide('s2')">
<a href="#">金融</a><br />
<a href="#">非金融</a></div> </td>
<td><div id="s3" οnmοusemοve="show('s3')" οnmοuseοut="hide('s3')">
<a href="#">扶贫</a><br/>
<a href="#">绿化</a><br/>
<a href="#">援藏</a></div> </td>
<td><div id="s4" οnmοusemοve="show('s4')" οnmοuseοut="hide('s4')"></div></td>
<td><div id="s5" οnmοusemοve="show('s5')" οnmοuseοut="hide('s5')"></div></td>
<td><div id="s6" οnmοusemοve="show('s6')" οnmοuseοut="hide('s6')">
<a href="#">网络金融</a><br />
<a href="#">中信出版</a><br />
<a href="#">会展服务</a></div></td>
</tr>
</table>
</body>
</html>