<style>
.nav{ width: 200px;height: 50px; background-color: red;text-align: center; }
.nav_1{width: 200px;height: 50px; background-color: #ccc;text-align: center;display: none;}
.nav:hover .nav_1 {display: block;}
</style>
</head>
<body>
<div class="nav">菜单</div>
<div class="nav_1">子菜单</div>
</body>
秋香姐家的小书童2018-10-27 10:42:42
A detailed description is below. Otherwise, I really don’t understand what you are talking about. What is not displayed?