在我的 css 页面中,我将其作为代码:
header {
background:url('afbeeldingen/r.png'),url('Afbeeldingen/black.jpg');
background-position: 50% 33%, left top;
background-repeat: no-repeat, no-repeat;
background-size:26%,960px 130px;
margin-left:auto;
margin-right:auto;
}
现在在我的 html 页面中,当我将鼠标悬停在导航栏上时,我想使用 JQuery 来更改第一张图片。你能帮我么?