Guten Morgen Community,
bin neu hier und habe auch gleich mal eine Frage.
Hintergrund info.
1. Div Header,
header{
width: 100%;
height:auto 0;
background-color: rgb(0, 0, 102);
margin: 0 auto;
margin-top: 20px;
padding-bottom: 5px;
}
Ab 2. Div wird per Include eingefügt.
2 Div header_icars,
.header_icars{
width: 100%;
height:30px;
background-color: rgb(0, 102, 0);
}
3. Div header_icars_mitte,
.header_icars_m{
width: auto 0;
height:30px;
background-color: rgb(153, 0, 255);
position:relative;
margin: 0 auto;
margin-top: 0px;
margin-bottom: 5px;
margin-left: auto 0;
float:left;
clear: none;
}
4. Div BREADCRUMB
.breadcrumb{
width: auto 0;
height:30px;
background-color: rgb(153, 0, 255);
margin: 0 auto;
margin-left:15px;
margin-right:15px;
margin-top: 0px;
margin-bottom: 5px;
float:left;
}
Besteht die möglichkeit, dass ein Div Container, die Breite auf auto stellt, auch ohne Inhalt, dass er sich verbreitet, wenn der Rechte Div "BREADCRUMB" breiter wird(auto 0), aufgrund dass inhalte einfügt wird?
Siehe Bild
Gruß
Rogue