Hallo,
Ich habe ein kleines Problem, unzwar möchte Ich in einem DIV mehrere Bilder nebeneinander anordnen, sodass man nicht vertikal scrollt sondern horizontal. Nun kriege Ich es allerdings nicht hin das sich die bilder seitlich anordnen. Ich stelle hier den Code einmal rein und hoffe das Ihr mir helfen könnt.
[HTML]
</div[/HTML]
[CODE]#container {
background-color: red;
height: 200px;
width: auto;
overflow-x: scroll;
overflow-y:hidden;
}
.picture{
height: 100%;
}[/CODE]
Danke für eure Hilfe