返回css制作简易......登陆

css制作简易导航栏,但是不知道为什么不成功

茉堇。2019-04-26 09:14:12177

<!DOCTYPE html>
<html lang="en">
<head>
   <meta charset="UTF-8">
   <title>导航栏</title>
   <style>
       .nav{
           background-color: #00aba9;width: 100px;height: 40px;text-align: center;line-height: 40px;
       }
       .main{
           width: 100px; height: 100px; background-color: pink;text-align: center;line-height: 100px;display: none;
       }
       .nav:hover .main{display: block;}
   </style>
</head>
<body>
<div class="nav">导航</div>
<div class="main">小菜单</div>
</body>
</html>

最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送