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.
请帮助我修复正文顶部的菜单,该菜单应水平滚动。
我用于带有值position:fixed的特定<div>标签。top:0;left:0但是,当我将窗口大小调整为 50% 时,仅出现 50% 剩余部分的固定菜单位于边框内(未出现)。
position:fixed
<div>
top:0;left:0
当我们减小窗口大小时,请让我解决这个问题以滚动查看菜单。
您可以使用引导程序,这将帮助您修复导航栏,并且不会在调整内容大小时干扰页面。您可以在此处查看示例。