求一个js菜单

来源:百度知道 编辑:UC知道 时间:2024/05/29 11:18:51
我要的效果
|游戏|软件|电影|
鼠标移到游戏上, 下面一行出现
|FPS|RPG|Sport|
移到软件
|网络软件|应用软件|聊天软件|下载软件|

谢谢!
谢谢楼下的回答, 但是好像还有点问题.
首先出来的2级菜单点不到, 鼠标一旦移开2级菜单就消失了.
还有就是能不能横排二级菜单?

再次感谢

代码如下:有问题再m我
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
a:link {
text-decoration: none;
color: #000000;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #7388c1;
}
a:active {
font-weight:800
text-decoration: none;
}
body {
margin-left: 0px;
}
.style1 {
font-size: 9pt;
line-height: 20px;
}
.style2 {font-size: 9pt; line-height: 12px; color: #7388c1; }
-->
</style>
</head>