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">
* { margin:0; padding:0; }
body { height:100%; overflow-y:scroll; }
#fixed_left, #fixed_right { position:fixed; width:170px; height:100%; background-color:#464646; border:1px solid #464646; }
#fixed_right { right:0; }
#page { background-color:#464646; padding-left:172px; padding-right:172px; min-height:95%; height:auto !important; height:95%;}
#footer { background-color:#464646; padding-left:172px; padding-right:172px; height: 5%}
</style>
<!--[if lt IE 7]>
<style type="text/css">
html { overflow-x:auto; overflow-y:hidden; }
#fixed_left, #fixed_right { position:absolute; }
#fixed_right { right:16px; }
</style>
<![endif]-->
<div id="fixed_left">
linke Seite der Page
</div>
<div id="fixed_right">
rechte Seite der Page
</div>
<div id="page">
// Content
</div>
<div id="footer">
<span style="font: 11px tahoma; color: #b3e32d">Code by ....</span>
</div>