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.
Hallo,
hab eben mal folgendes versucht:
Es hat leider nciht geklappt. :cry: Habt ihr eine Idee, wie ma ndas richtig macht?Code:<style type="text/css"> bild.img:hover{url(bild2.jpg);} </style> <img class="bild" src="bild.jpg" border="0">
Gruß Corvulus
<style type="text/css">
.hover1:hover {
background:url(bild2.jpg) no-repeat;
}
</style>
<div class="hover1" style="display:block; width:??px; height:??px; border:??px; background:url(bild1.jpg) no-repeat;">
<img src="spacer.gif" style="width:100%; height:100%; border:0px;" alt="" />
</div>