Beos-Berlin
Neues Mitglied
ich wollte fragen wie man einen mouseover mit zwei bildern codet
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
button1{
height:30px;
width:100px;
background-image:url("button1a.jpg");
}
button1:hover{
background-image:url("button1b.jpg");
}
<p class="button1">Button 1</p>