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.
<!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">
<meta name="date" content="2009-07-05">
<title>:::4cols:::</title>
<style type="text/css">
<!--
#wrapper {
width:1000px;
margin:auto;
}
#col1 {
float:left;
width:200px;
background:#bbb;
}
#col2 {
float:left;
width:400px;
background:#ccc;
}
#col3 {
float:left;
width:200px;
background:#ddd;
}
#col4 {
float:right;
width:200px;
background:#eee;
}
-->
</style>
</head>
<body>
<div id="wrapper">
<div id="col1">col1</div>
<div id="col2">col2</div>
<div id="col3">col3</div>
<div id="col4">col4</div>
</div>
</body>
</html>
Muss ich mal rumdoktorn. Esse erst mal was.
Ist es denn schwer das ganze?
Ein dickes Danke an dich für die Hilfe