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.
是否可以有一个水平菜单,可以水平滚动溢出的菜单项,但在出现子菜单时也显示垂直溢出?
overflow-x并且overflow-y是 CSS3 属性,尚未得到广泛支持。请参阅此页面以在您的浏览器中进行演示。
overflow-x
overflow-y
编辑:我检查了 IE8(和 IE7 兼容模式)中的页面,并且“自动”示例都正常工作。所以看起来答案是“是”。