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.
我有一个下拉菜单和一个幻灯片放映。我希望我的 DD 菜单位于幻灯片放映上方,而不是相反。
我试过z-index,但没有用。
谢谢。
编辑:我解决了,z-index 不在正确的位置。
这很常见,我建议您使用 Chrome 开发人员工具或 Firebug 来检查您的元素并查看正在应用的 css 属性。
另一个问题是元素必须有一个 CSS 位置。如果一个项目有一个positionofstatic或没有指定位置,它不会受到z-index.
position
static
z-index