揭开徽标 - 被另一个DIV的背景图像阻挡

时间:2013-07-02 01:11:40

标签: html css

在此链接中,您可以看到徽标的底部被下一个DIV页面中的背景图像阻挡。我认为z-index应该控制它,但我很难过。 http://dansdemos.info/prototypes/htmlSamples/responsive/step15_LogoProb.html

有没有一种方法可以将徽标放在此页面上?

非常感谢任何帮助。

谢谢。

2 个答案:

答案 0 :(得分:0)

检查出来:Z-index not working as expected working with picture and background-div

可能需要将徽标设置为position: relative才能使z-index正常工作。

答案 1 :(得分:0)

如果您设置徽标:

position: absolute

position: relative

这将起作用,它很奇怪但是有效。现在的情况是,绝对位置你必须设置左边或权利..