]
<button id="closenav" cursor="pointer"><img id="closenavimg" src='images/left-arrow.png'></button>
#closenav{
left: 25px;
top:20px;
position: relative;
width:15px;
height: 15px;
cursor: pointer;
z-index: 1;
}
#closenav #closenavimg{
width:20px;
height:20px;
transition: transform 0.35s ease-out;
}
我嘗試將按鈕的背景屬性更改為& quot背景:URL(image . png)& quot;但是它不顯示png,所以現在我試圖通過在按鈕元素中放置一個圖像來顯示圖像,從而顯示按鈕的背景圖像。
沒關系,我可以通過在#closenav中添加以下代碼來改變它
background:url('images/left-arrow.png');