M
Maik
Mach das mal. Ich gönne mir jetzt erstmal etwas DFB-Pokal und dann eine Mütze voll Schlaf
mfg Maik
mfg Maik
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.
#links {
position: absolute;
left: 54px; /* Abstand zum linken Fensterrand */
top: 10px; /* Abstand zum oberen Fensterrand */
width: 46px; /* Blockbreite */
bottom: 10px; /* Abstand zum unteren Fensterrand */
overflow: hidden; /* Scrollbalken, falls notwendig */
background-image: url(templates/4dark/images/Homepage/links.jpg);
}
/* nur für IE: */
width: expression((document.body.clientWidth - xx) + "px"); /* left-Wert + right-Wert */
height: expression((document.body.clientHeight - 20) + "px"); /* top-Wert + bottom-Wert */
/* nur für IE: */
width: 46px;
height: expression((document.body.clientHeight - 20) + "px"); /* top-Wert + bottom-Wert */
<!--[if lt IE 8]>
<style type="text/css">
.inner {top:50%;left:0;}
.inner p{top:-50%; position:relative;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js" type="text/javascript"></script>
<![endif]-->
#oben {
position: absolute;
top: 10px; /* Abstand zum oberen Fensterrand */
left: 100px; /* Abstand zum linken Fensterrand */
right: 100px; /* Abstand zum rechten Fensterrand */
height: 55px; /* Blockhöhe */
padding: 0; /* Interpretation Boxmodell! */
overflow: hidden; /* Scrollbalken unterbinden */
background-color: white;
/* nur für IE: */
width: expression((document.body.clientWidth - 200) + "px");