Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
<span class="wrapperBox">
<img src="pfad/zur/grafik" alt=""><span>Text über Bild</span>
</span>
span.wrapperBox img {
display:block;
}
span.wrapperBox span {
position:absolute;
margin-top:-50px; /* Element mit Text wird um 50px nach oben verschoben */
}
<head>
<style type="text/css">
span.wrapperBox img {
display:block;
}
span.wrapperBox span {
position:absolute;
margin-top:-50px; /* Element mit Text wird um 50px nach oben verschoben */
}
</style>
</head>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<html>
<head>
<title>*****</title>
<style type="text/css">
<!--
a img {
display:block;
}
-->
span.wrapperBox img {
display:block;
}
span.wrapperBox span {
position:absolute;
margin-top:-50px; /* Element mit Text wird um 50px nach oben verschoben */
}
</style>
</head>
<body bgcolor="#000000">
<table width="800" border="0" cellspacing="0" cellpadding="0" height="234" align="center">
<tr>
<td>
<a href="index.html" target="act">
<img src="nav/logo.JPG" border="0" width="280" height="234">
</td>
<td>
<a href="index.html" target="act">
<img src="act/mitte01.JPG" border="0" width="520" height="234">
</td>
</tr>
</table>
<table width="320" border="0" cellspacing="0" cellpadding="0" height="366" align="center">
<tr>
<td align="center" valign="top">
<img src="nav/links.JPG" border="0" width="60" height="366">
</td>
<td align="left" valign="top">
<img src="nav/mitte01.JPG" border="0" width="90" height="71">
<a href="index.html" target="act">
<img src="nav/mitte02.JPG" border="0" width="90" height="20">
<a href="gebr.html" target="act">
<img src="nav/mitte03.JPG" border="0" width="90" height="20">
<a href="leis.html" target="act">
<img src="nav/mitte04.JPG" border="0" width="90" height="20">
<a href="ueber.html" target="act">
<img src="nav/mitte05.JPG" border="0" width="90" height="20">
<a href="anfahrt.html" target="act">
<img src="nav/mitte06.JPG" border="0" width="90" height="15">
<a href="galerie.html" target="act">
<img src="nav/mitte07.JPG" border="0" width="90" height="20">
<a href="links.html" target="act">
<img src="nav/mitte08.JPG" border="0" width="90" height="20"></a>
<img src="nav/mitte09.JPG" border="0" width="90" height="160">
</td>
<td align="left" valign="top">
<img src="nav/rechts.JPG" border="0" width="130" height="366">
</td>
<td align="left" valign="top">
<span class="wrapperBox">
<img src="act/mitte02.JPG" border="0" width="520" height="366" alt=""><span>Text über Bild</span>
</span>
</td>
</tr>
</table>
</body>
</html>
<style type="text/css">
<!--
a img {
display:block;
}
/*-->*/ /* gehört ans Ende des Stylesheets */
span.wrapperBox img {
display:block;
}
span.wrapperBox span {
position:absolute;
margin-top:-50px; /* Element mit Text wird um 50px nach oben verschoben */
}
-->
</style>