Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
<style>
body, html { height: 100%; margin: 0px; padding: 0px;}
</style>
<style>
body, html { height: 100%; margin: 0px; padding: 0px;}
</style>
</head>
<body>
<div style="float: left; width: 200px; height: 100%; background-color:#0033CC;"></div>
<div style="margin-left: 200px; height: 100%; background-color:#006600;"></div>
</body>
Auf alle fälle wenn ich body 100% rausnehme ist das Fenster leer.
______________________
| div | 200px Höhe und der Rext im unteren Bereich
----------------------
_____ ______________
| | | | 100% Höhe für Beide div's
| div | | div |
| | | |
----- --------------
200px restliche
Breite
des Bildschirmes
<div style="position: relative; height: 100%; border: 1px solid blue; overflow: hidden;">
<div style="height: 200px;background-color: #eeeeee;"></div>
<div style="float: left; width: 200px; height: 100%; background-color:#0033CC;"></div>
<div style="margin-left: 200px; height: 100%; background-color:#006600;"></div>
</div>
<style type="text/css">
body, html { height: 100%; margin: 0px;}
</style>