search

Home  >  Q&A  >  body text

Why doesn’t mine show up? Is there any QQ group or something like that?

<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>

菜鸟菜鸟2226 days ago987

reply all(1)I'll reply

  • 秋香姐家的小书童

    秋香姐家的小书童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?

    reply
    0
  • Cancelreply