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.
#anmeldeleiste
{ /* Für IE */
position: absolute;
bottom:0;
top: expression(document.body.scrollTop + document.body.clientHeight - this.clientHeight);
width:expression(794px);
}
#anmeldeleiste { /* Für IE */
position: absolute;
bottom: 0;
top: expression(document.body.scrollTop + document.body.clientHeight - this.clientHeight);
}
#menu { /* Für IE */
position: absolute;
top: 25px;
top: expression(parseInt(document.body.scrollTop + 25));
}