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.
当浏览器最小化时,“ul”中的最后一个“li”元素会下降。
最后我得到了解决方案。主 div 覆盖了网站中的“搜索”部分。此搜索 div 将菜单 div li 元素向下推。我删除了搜索 div,然后一切正常。现在松了口气。
不知道这是否有助于解决您的问题,但 </ul> 的结束标签在您的示例中是错误的。如果这不是答案,请向我们展示您从“工作组合”到最后的代码。也许那里的代码有一点错误。