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">
div.links {
background: url(bilder/randlinks.gif) repeat-y;
}
div.rechts {
background: url(bilder/randlinks.gif) repeat-y right;
}
div.oben {
background: url(bilder/randoben.gif) repeat-x;
}
div.unten {
background: url(bilder/randoben.gif) bottom repeat-x;
}
div.linkeObereEcke {
background: url(bilder/eckelinksoben.gif) left top no-repeat;
}
div.rechteObereEcke {
background: url(bilder/eckerechtsoben.gif) right top no-repeat;
}
div.linkeUntereEcke {
background: url(bilder/eckelinksunten.gif) left bottom no-repeat;
}
div.rechteUntereEcke {
background: url(bilder/eckerechtsunten.gif) right bottom no-repeat;
}
div.inhalt {
padding: 10px 10px 15px 10px;
}
</style>
div.oben {
background: url(../bilder/rand2.gif);
width:907px;
height:7px;
}
div.unten {
background: url(../bilder/rand2.gif);
width:907px;
height:7px;
@charset "utf-8";
div.links {
background: url(../bilder/randlinks.gif) repeat-y;
}
div.rechts {
background: url(../bilder/randlinks.gif) repeat-y right;
}
div.oben {
background: url(../bilder/rand2.gif);
background-position:center top;
width:907px;
height:7px;
}
div.unten {
background: url(../bilder/rand2.gif);
background-position:center bottom;
width:907px;
height:7px;
}
div.linkeObereEcke {
background: url(../bilder/eckelinksoben.gif) left top no-repeat;
}
div.rechteObereEcke {
background: url(../bilder/eckerechtsoben.gif) right top no-repeat;
}
div.linkeUntereEcke {
background: url(../bilder/eckelinksunten.gif) left bottom no-repeat;
}
div.rechteUntereEcke {
background: url(../bilder/eckerechtsunten.gif) right bottom no-repeat;
}
div.inhalt {
padding: 10px
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align:center;
background-position: center top;
/*background-repeat: no-repeat;*/
text-decoration:none;
}
#content {
background-repeat: no-repeat;
background-position: center;
text-align:left;
}
#header {
background-image: url(../bilder/entwurfwell3.jpg);
background-repeat: no-repeat;
background-position: center;
margin: 7px auto;
height: 183px;
}
#header p {
visibility: hidden;
}
#rand {
background-image: url(../bilder/rand2.jpg);
background-repeat: no-repeat;
background-position: center top;
height: 7px;
}
#rechts {
width: 830px;
background-position:center;
padding: 30px;
text-align: left;
float: left;
margin: 10px 0 0 20px;
height: 670px;
}
#footer {
/*background-image: url(../bilder/rand3.jpg);
height: 40px;
background-repeat: no-repeat;
background-position: 2px 0px;*/
}
#footer a {
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: italic;
color: #999999;
text-decoration: none;
margin: 0 0 0 700px;
line-height: 30px;
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
margin: 0px;
padding: 0px;
}
<body>
<div class="oben">
<div class="unten">
<div class="links">
<div class="rechts">
div.inhalt {
padding: 10px;
min-height: 600px; /* Mindesthöhe in modernen Browsern */
height:auto !important; /* !important-Regel für moderne Browser */
height: 600px; /* Mindesthöhe in IE <7 */
}