Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<style type="text/css">
#naviagtion_1 {
position: absolute;
margin-left: 380px;
width: 128px;
height: 31px;
background-color:#999
}
#content {
position: absolute;
left: 50%;
top: 50%;
width: 792px; /* Breite des Elements */
height: 562px; /* Höhe des Elements */
margin-left: -396px; /* Breite des Elements geteilt durch zwei! */
margin-top: -281px; /* Höhe des Elements geteilt durch zwei! */
background-color: #CCCCCC;
}
<style type="text/css">
#naviagtion_1 {
float:left;
margin:0 auto;
position: relative;
width: 128px;
height: 31px;
background-color:#999;
}
#naviagtion_2 {
margin:0 auto;
position: relative;
width: 128px;
height: 31px;
background-color:#999;
}
#content {
margin:0 auto;
position:relative;
width: 792px;
height: 562px;
background-color: #CCCCCC;
}
</style>
<style type="text/css">
#naviagtion_1 {
float:left;
margin:0 auto;
width: 132px;
height: 31px;
background-color:#999;
}
#naviagtion_2 {
float:left;
width: 132px;
height: 31px;
background-color:#999;
}
#naviagtion_3 {
float:left;
width: 132px;
height: 31px;
background-color:#999;
}
#naviagtion_4 {
float:left;
width: 132px;
height: 31px;
background-color:#999;
}
#naviagtion_5 {
float:left;
width: 132px;
height: 31px;
background-color:#999;
}
#naviagtion_6 {
margin:0 auto;
float:left;
width: 132px;
height: 31px;
background-color:#999;
}
#content {
clear:left;
margin:0 auto;
position:relative;
width: 792px;
height: 562px;
background-color: #CCCCCC;
}
</style>
</head>
<body>
<div id="naviagtion_1">Navi1</div>
<div id="naviagtion_2">Navi2</div>
<div id="naviagtion_3">Navi3</div>
<div id="naviagtion_4">Navi4</div>
<div id="naviagtion_5">Navi5</div>
<div id="naviagtion_6">Navi6</div>
<div id="content">Content</div>
Wie bekomme ich die #Naviagtion_1 bis Navigation_6 zentriert ?
margin-left: -396px; /* Breite des Elements geteilt durch zwei! */
margin-top: -281px; /* Höhe des Elements geteilt durch zwei! */