如何移动此图像重叠菜单?试图移动图像重叠其他图像
这个“形象”的背后菜单旁边的属性:
.img1{
position:absolute;
width:20%;
height:25%;
left:50%;
margin-top:20px;
}
的菜单是在WordPress的主题我使用的默认菜单。 此外,我想尽可能地让它响应。
如何移动此图像重叠菜单?试图移动图像重叠其他图像
这个“形象”的背后菜单旁边的属性:
.img1{
position:absolute;
width:20%;
height:25%;
left:50%;
margin-top:20px;
}
的菜单是在WordPress的主题我使用的默认菜单。 此外,我想尽可能地让它响应。
你想达到什么目的?移动菜单或图像? – berentrom
移动图像。菜单很好,有点不能移动它。菜单是由WordPress主题默认的。图像是我想移动重叠的东西。 – Michael
尝试在图像上设置z-index! – berentrom