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.
#box {
position:absolute;
right:50px;
bottom:50px;
width:100px;
height:60px;
background:#000;
}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta name="author" content="Maik">
<title>tutorials.de | demo_Firephoenix93</title>
<style type="text/css">
<!--
* {
margin:0;
padding:0;
}
html,body {
height:100%;
}
div#wrap {
position:relative;
min-height:100%;
height:auto !important;
height:100%;
}
div#box {
position:absolute;
right:10px;
bottom:10px;
width:100px;
height:40px;
background:#000;
color:#fff;
}
-->
</style>
</head>
<body>
<div id="wrap">
<p>dummy text</p>
<!-- Ab hier wird der nachfolgende Inhalt zunächst auskommentiert -->
<!--<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>
<p>dummy text</p>-->
<div id="box">box</div>
</div>
</body>
</html>
Vermutlich meinst du eine fixe Positionierung.