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-08-23">
<title>tutorials.de | demo_namiro</title>
<style type="text/css">
<!--
.demobox {
width:250px;
}
.firstfloat {
float:left;
width:200px;
}
.secondfloat {
float:right;
width:250px;
}
-->
</style>
</head>
<body>
<div class="demobox" >
<div class="firstfloat">First float</div>
<!-- comment --> <!-- comment --> <!-- comment -->
<!-- comment --> <!-- comment --> <!-- comment -->
<!-- comment --> <!-- comment --> <!-- comment -->
<!-- comment --> <!-- comment --> <!-- comment -->
<!-- comment --> <!-- comment --> <!-- comment -->
<div class="secondfloat">
<p>
Second float
<span>
In IE6 some of this text is replicated in a
"mystery block element" that starts directly
below the float. This tan colored float has a
2px bottom margin which also duplicates into
the mystery element, getting added to the
bottom of the text if it is wrapped in a span,
as it has been here.
<a href="#">Test link</a>
<img src="pfad/zur/grafik.jpg" alt="" />
</span>
</p>
</div> <!-- End of second float -->
<div style="clear: both;">Cleared element</div>
</div> <!-- End of .demobox -->
</body>
</html>
.secondfloat {
float:right;
width:250px;
margin-left:0 !important;
margin-left:-3px;
}
<!--[if !IE]>
<!-- comment --> <!-- comment --> <!-- comment -->
<!-- comment --> <!-- comment --> <!-- comment -->
<!-- comment --> <!-- comment --> <!-- comment -->
<!-- comment --> <!-- comment --> <!-- comment -->
<!-- comment --> <!-- comment --> <!-- comment -->
<![endif]-->
<div style="clear: both;height:1%;">Cleared element</div>