Beitrag von American Hustler ()
Dieser Beitrag wurde gelöscht, Informationen über den Löschvorgang sind nicht verfügbar.
#contentleft{
float: left;
margin: auto;
margin-top:10px;
background: #fff;
text-align: center;
width: 50%;
height: 300px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
position: relative ;
}
#contentright{
float: right;
margin: auto;
margin-top:10px;
background: #fff;
text-align: center;
width: 50%;
height: 300px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
position: relative ;
}
Alles anzeigen
Arbeite mit Prozent, bei der weite.
Hier mal ohne Prozent
#contentleft{
float: left;
margin: auto;
margin-top:10px;
background: #fff;
text-align: center;
width: 540px;
height: 300px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
position: relative ;
}
#contentright{
float: right;
margin: auto;
margin-top:10px;
background: #fff;
text-align: center;
width: 400px;
height: 300px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
position: relative ;
}
Alles anzeigen
Komm ich auf das Ergebnis
hast du ein Div für den mittel Content?
//edit
geh ich mal nicht von aus, versuch das.
#inhalt{
margin-right: auto;
margin-left: auto;
width: 1000px;
}
#contentleft{
float: left;
margin: auto;
margin-top:10px;
background: #fff;
text-align: center;
width: 540px;
height: 300px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
position: relative ;
}
#contentright{
float: right;
margin: auto;
margin-top:10px;
background: #fff;
text-align: center;
width: 400px;
height: 300px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
position: relative ;
}
.clean{
clear: both;
}
Alles anzeigen