求注释,实现鼠标移入显示二级菜单效果(mm_menu.js)的代码注释 80

高分谢谢... 高分 谢谢 展开
 我来答
wj458274388
2014-06-27 · TA获得超过1229个赞
知道答主
回答量:96
采纳率:0%
帮助的人:87.5万
展开全部
这是我曾经写的一个二级菜单的代码,你copy下,看看是不是你要的效果,如果满意请给我分吧!谢谢!!
<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">
div{/*隐藏层*/
display:none;
}
a {/*文字链接的背影样式*/
font-size:13px;
color: #ffffff;
text-decoration: none;
background-color:#669933;
width:100px;
line-height:25px;
text-align:center;
display: block;
border-right:1px solid #ffffff;
border-bottom:1px solid #ffffff;
}
a:hover {
/*鼠标在文字链接上时的文字背景样式*/
font-size:13px;
color: #ffffff;
background-color:#ee9d01;
width:100px;
text-align:center;
display: block;
}

</style>
<script type="text/javascript">
function show(d){
document.getElementById(d).style.display='block'; //显示层
}

function hide(d){
document.getElementById(d).style.display='none'; //隐藏层
}
</script>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="#" onmousemove="show(1)" onmouseout="hide(1)">手机数码</a></td>
<td><a href="#" onmousemove="show(2)" onmouseout="hide(2)">淘宝集市</a></td>
<td><a href="#" onmousemove="show(3)" onmouseout="hide(3)">品牌商城</a></td>
</tr>
<tr>
<td>
<div id="1" >
<a href="#">手机数码1</a>
<a href="#">手机数码2</a>
<a href="#">手机数码3</a>
</div>
</td>
<td>
<div id="2" >
<a href="#">淘宝集市1</a>
<a href="#">淘宝集市2</a>
<a href="#">淘宝集市3</a>
</div>
</td>
<td>
<div id="3" >
<a href="#">品牌商城1</a>
<a href="#">品牌商城2</a>
<a href="#">品牌商城3</a>
</div>
</td>
</tr>
</table>
</body>
</html>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
一瞥不够
2014-06-19 · TA获得超过905个赞
知道小有建树答主
回答量:760
采纳率:71%
帮助的人:203万
展开全部
代码放上来啊、。、
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式