图像叠加小部件Wordpress木星

时间:2016-05-04 15:43:02

标签: css wordpress widget

Widget-Area现在看起来像是:

You can check the code here:  http://neuronade.com/kopie-sdfsdf-3/

我想拥有它,并且不知道我可以使用哪些样式来使其工作。

enter image description here

1 个答案:

答案 0 :(得分:0)

使用Z-index 具有较大z索引值的元素将位于顶部

例如:

<style> 
.a{
position-relative;
left:100px;
z-index:1;
}
.b{position-relative;
z-index:2;
}
</style>

这里.b会在顶部 和z-index值必须具有指定的位置或它们不起作用