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.
<style>
.bild1 span {
display: none;}
.bild1:link, .bild1:visited {
display: block;
width: 200px;
height: 100px;
background-image:url(bild1normal.jpg);}
.bild1:hover, .bild1:active, .klasse:focus {
background-image:url(bild1hover.jpg);}
</style>
[COLOR=#008000]<a href=[COLOR=#0000ff]""[/COLOR] class=[COLOR=#0000ff]"bild1"[/COLOR]>[/COLOR][COLOR=#000080]<span>[/COLOR]Alternativtext[COLOR=#000080]</span>[/COLOR][COLOR=#008000]</a>[/COLOR]
oder so
[COLOR=#008000]<div class=[COLOR=#0000ff]"bild1"[/COLOR]>[/COLOR][COLOR=#000080]<span>[/COLOR]Alternativtext[COLOR=#000080]</span>[/COLOR][COLOR=#008000]</div>[/COLOR]
.one {
width:150px;
height:41px;
position:absolute;
top:17px;
left:16px;
}
.one span {
display: none;}
.one:link, .one:visited {
display: block;
background-image:url(startpunkt1.jpg);}
.one:hover, .one:active, .klasse:focus {
background-image:url(startpunkt1-foc.jpg);}
<a href="http://google.com" class="one" ></a>