各位大神 ,帮忙检查一下,下面的代码有什么问题。 用css 实现简单的二级下拉菜单,
菜鸟一个..我看别人的也是可以的呀。.demoullia:hover{background:#000;color:#fff;}.demoulliul{display:no...
菜鸟一个.. 我看别人的也是可以的呀。
.demo ul li a:hover{background:#000; color:#fff;}
.demo ul li ul{display:none;}
.demo ul li :hover ul{dispaly:block; visibility:visible;}
</style>
</head>
<body>
<div class=" demo">
<ul>
<li><a href="#">谷歌谷歌</a>
<ul>
<li><a href="#">谷歌谷歌</a></li>
</ul>
</li>
</ul>
</div>
</body>
</html> 展开
.demo ul li a:hover{background:#000; color:#fff;}
.demo ul li ul{display:none;}
.demo ul li :hover ul{dispaly:block; visibility:visible;}
</style>
</head>
<body>
<div class=" demo">
<ul>
<li><a href="#">谷歌谷歌</a>
<ul>
<li><a href="#">谷歌谷歌</a></li>
</ul>
</li>
</ul>
</div>
</body>
</html> 展开
2个回答
展开全部
<html>
<head>
<style>
.demo ul li a:hover{background:#000; color:#fff;}
.demo ul li ul{display:none;}
.demo ul li:hover ul{display:block; }
</style>
</head>
<body>
<div class="demo">
<ul>
<li><a href="#">谷歌谷歌</a>
<ul>
<li><a href="#">谷歌谷歌</a></li>
</ul>
</li>
</ul>
</div>
</body>
</html>
<head>
<style>
.demo ul li a:hover{background:#000; color:#fff;}
.demo ul li ul{display:none;}
.demo ul li:hover ul{display:block; }
</style>
</head>
<body>
<div class="demo">
<ul>
<li><a href="#">谷歌谷歌</a>
<ul>
<li><a href="#">谷歌谷歌</a></li>
</ul>
</li>
</ul>
</div>
</body>
</html>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2014-12-25
展开全部
这个写错了不是dispaly而是display
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询