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.
html,body {
height: 100%;
margin: 0;
padding: 0;
}
div#wrapper {
width: 900px;
min-height: 100%;
height: auto !important;
height: 100%;
background: #ffff00;
}
<body>
<div id="wrapper">...</div>
</body>
min-height: 100%;
height: auto !important;
height: 100%;
html {
height: 100%;
}
body {
background-image:url(images/background.jpg);
background-repeat:repeat;
font-family:"Arial", Verdana;
font-size:small;
height: 100%;
margin:0px;
padding:0px;
}
#wrapper {
width:762px;
min-height: 100%;
height: auto !important;
height: 100%;
margin:0px auto;
padding:0px;
text-align:left;
}
#header_kopf {
background-image:url(images/header_kopf.jpg);
background-repeat:no-repeat;
font-size:x-small;
text-align:right;
line-height:25px;
height:20px;
margin:0px;
padding:0px 35px 0px 0px;
}
#header {
background-image:url(images/header.jpg);
background-repeat:no-repeat;
height:192px;
margin:0px;
padding:0px;
}
#navigation {
background-image:url(images/navigation.jpg);
background-repeat:no-repeat;
font-family:"Rockwell Condensed", Playbill, Haettenschweiler, Arial;
font-size:16px !important;
font-size:24px;
font-weight:bold;
line-height:70px;
height:72px;
margin:0px;
padding:0px 0px 0px 45px;
}
#navigation a:link, #navigation a:visited {
color:#000000;
text-decoration:none;
margin:0px 5px 0px 0px;
padding:0px;
}
#content {
background-image:url(images/content.jpg);
background-repeat:repeat-y;
min-height:auto !important;
height:auto !important;
margin:0px;
padding:0px;
}
#footer {
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
height:36px;
margin:0px;
padding:0px;
}
body {
text-align:center;
}