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.
#gesamtinhalt{
width: 1024px;
margin: auto;
text-align:center;
}
#inhalt{
height: 571px;
width: 554px;
background-color: orange;
float: left;
}
#navigation{
width:250px;
height: 600px;
background-color: black;
margin: auto;
float: left;
}
}
<div style="gesamtinhalt">
<div id="navigation">
</div>
<div id="inhalt">
</div>
</div>
body{
background-color: white;
}
#gesamtinhalt{
width: 1024px;
margin: auto;
text-align:center;
}
#mitte{
margin: auto;
text-align:left;
}
#inhalt{
height: 571px;
width: 554px;
background-color: orange;
float: left;
}
#navigation{
width:250px;
height: 600px;
background-color: black;
margin: auto;
float: left;
}
<div id="gesamtinhalt">
<div id="mitte">
<div id="navigation">
</div>
<div id="inhalt">
</div>
</div>
</div>
<div id="gesamtinhalt">
<div id="navigation">
</div>
<div id="inhalt">
</div>
<hr />
</div>
#gesamtinhalt {
width: 1024px;
margin: auto;
text-align:center;
border: 1px solid #000000;
}
/*Internetexplorer brauchen eine Höhenangabe zum clearen:*/
* html { /*für IE5 - IE6 */
height: 1%;
}
* +html { /*für IE7*/
min-height: 1%;
}
#inhalt{
height: 571px;
width: 554px;
background-color: orange;
float: left;
}
#navigation{
width:250px;
height: 600px;
background-color: black;
float: left;
}
hr {
visibility : hidden;
clear: both;
height: 0px;
padding: 0px;
margin: 0px;
border: 0px;
}
body {
text-align: center;
}
#gesamtinhalt {
width: 1024px;
margin: auto;
text-align:left;
border: 1px solid #000000;
}
.........
also Opera zentriert das immernoch nicht....-.-"
#gesamtinhalt {
width: 804px;
margin: auto;
text-align:left;
}