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.
客户希望有一个简单的幻灯片,有点扭曲:他希望菜单位于正在更改的图像之上。
使用css和javascript实现这一目标的方法是什么?
不要使用背景图像,只需将菜单放在一个分区中并将其绝对定位在图像顶部的某个位置。您无法调整背景图像的大小,如果图像大于客户的可见区域,它们将被截断。
就像你通常做的那样。图像和菜单的顺序很重要。如果菜单在图像之后,那么您就可以了。如果您不能/不会更改顺序,那么您将不得不使用 css z-index 属性。