横向

来源:互联网 发布:通达信涨停公式源码 编辑:程序博客网 时间:2024/06/08 09:36

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0Transitional//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="#" onmousemove="show('s1')"onmouseout="hide('s1')">关于中信</a></td>
   <td><a href="#" onmousemove="show('s2')"onmouseout="hide('s2')">公司业务</a></td>
   <td><a href="#" onmousemove="show('s3')"onmouseout="hide('s3')">公益事业</a></td>
   <td><a href="#" onmousemove="show('s4')"onmouseout="hide('s4')">中信研究</a></td>
   <td><a href="#" onmousemove="show('s5')"onmouseover="hide('s5')">推荐招聘</a></td>
   <td><a href="#" onmousemove="show('s6')"onmouseout="hide('s6')">特色推荐</a></td>
  </tr>
 <tr> 
   <td>
 <div id="s1"onMouseMove="show('s1')"onmouseout="hide('s1')">
      <ahref="#">公司简介</a></br>
     <ahref="#">集团领导</a></br>
     <ahref="#">领导题词</a></br>
     <ahref="#">业务回顾</a><br/>
     <ahref="#">公司历史</a><br/>
     <ahref="#">中信风格</a><br/>
     <ahref="#">公司年报</a><br/>
     <Ahref="#">公司要闻</A></div></td>
   <td><div id="s2"onmousemove="show('s2')"onmouseout="hide('s2')">
      <ahref="#">金融</a><br/>
     <ahref="#">非金融</a></div></td>
   <td><div id="s3"onmousemove="show('s3')"onmouseout="hide('s3')">
      <ahref="#">扶贫</a><br/>
     <ahref="#">绿化</a><br/>
     <ahref="#">援藏</a></div></td>
   <td><div id="s4"onmousemove="show('s4')"onmouseout="hide('s4')"></div></td>
   <td><div id="s5"onmousemove="show('s5')"onmouseout="hide('s5')"></div></td>
 <td><divid="s6" onmousemove="show('s6')"onmouseout="hide('s6')">
     <ahref="#">网络金融</a><br/>
    <ahref="#">中信出版</a><br/>
    <ahref="#">会展服务</a></div></td>
  </tr>
</table>
</body>
</html>

0 0
原创粉丝点击