如何移動此圖像重疊菜單?試圖移動圖像重疊其他圖像
這個「形象」的背後菜單旁邊的屬性:
.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