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.
我有一个简单的布局。
<div id="menu" style="height=30px"> </div> <div id="content"> </div>
superfish 菜单位于 MENU div 中。菜单 div 的高度必须为 30 像素,但由于不适合,因此无法看到超级鱼菜单下拉菜单。(Superfish 菜单下拉时为 200px)
我尝试将 z-index 设置为 MENU div,但它不起作用。
我怎样才能解决这个问题?
z-index仅适用于position:absoluteor position:relative。
z-index
position:absolute
position:relative