在此链接中,您可以看到徽标的底部被页面下方的下一个 DIV 中的背景图像挡住了。我认为 z-index 应该控制这一点,但我很难过。 http://dansdemos.info/prototypes/htmlSamples/responsive/step15_LogoProb.html
有没有一种好方法可以将徽标放在此页面上的位置?
任何帮助将不胜感激。
谢谢你。
在此链接中,您可以看到徽标的底部被页面下方的下一个 DIV 中的背景图像挡住了。我认为 z-index 应该控制这一点,但我很难过。 http://dansdemos.info/prototypes/htmlSamples/responsive/step15_LogoProb.html
有没有一种好方法可以将徽标放在此页面上的位置?
任何帮助将不胜感激。
谢谢你。
看看这个:Z-index not working as expected with picture and background-div
您可能需要将徽标设置为position: relative
才能使 z-index 工作。
如果您设置徽标:
position: absolute
或者
position: relative
这会奏效,它很奇怪,但有效。现在的问题是,对于绝对位置,您必须设置左侧或右侧..