M
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.
<style type="text/css">
body {
background-image: url(pics/bg1.jpg);
background-repeat: repeat-x;
background-position: 50%;
background-attachment:fixed;
background-color: #000000;
}
<style type="text/css">
<!--
html, body {
height: 100%;
margin: 0;
padding: 0;
}
table#outer {
width: 100%;
height: 100%;
text-align: center;
}
table#inner {
width: 700px;
/*height: 280px;*/ /* auskommentiert = deaktiviert */
}
table#inner thead {
height: 30px;
}
table#inner tbody {
height: 200px;
}
table#inner tfoot {
height: 50px;
}
a:link {
color: #ffffcc;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #ffffcc;
}
a:hover {
text-decoration: none;
color: #000000;
}
a:active {
text-decoration: none;
}
body,td,th {
font-family: Arial, Helvetica, sans-serif;
}
.style1 {font-size: 11px}
-->
</style>
...
<tfoot>
<tr><td colspan="6">tfoot</td></tr>
</tfoot>
<tbody>
<tr><td colspan="6">tbody</td></tr>
</tbody>
...