Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 HTML 菜单栏菜单有问题,菜单栏的菜单显示在另一个 div 下方,因此不显示:
增加z-index导航菜单。这将确保与它们重叠的任何对象都应为导航上一层腾出空间。
z-index
例如,
z-index: 1;
PS: 1 是一个示例值。您可以将其增加到您想要的任何值。
放入z-index:1000;css菜单
z-index:1000;