Ich versuche, zwei Divs ohne Zeilenumbruch dazwischen einzufügen.
dies ist die html:
<div id="header">
<div id="logo"></div>
<div id="left">
<div id="slideshow"></div>
</div>
</div>
und dies ist das CSS:
#header {
background-color: #13768a;
width: 962px;
height: 207px;
margin-right: auto;
margin-left: auto;
clear: both;
}
#logo {
background-image:url('logo.png');
height: 207px;
width: 250px;
margin-right: 0px;
padding: 0px;
}
#left {
width:712px;
height: 207px;
}
#slideshow {
background-color: #137387;
width: 686px;
height: 144px;
margin-right: auto;
margin-left: auto;
}
Das Problem ist, dass ich möchte, dass es wie folgt aussieht: Wie ich es haben möchte
Aber es sieht so aus: So sieht es aus