Und warum packst du die Bilder noch mal in extra-DIVs?
Hatte zuerst das float:left Attribut auf die Bilder (also img) angewendet. Als es dann nicht ging, habe ich mir überlegt, dass vielleicht nur Divs auf float:left ansprechbar sind. Ja, und dann hab ich eben die Divs um die Bilder gemacht ...
Hat aber auch nichts gebracht, deswegen kann man sie theoretisch wieder weg machen.
http://de.selfhtml.org/css/eigenschaften/ausrichtung.htm#white_space
Ok danke, so funktioniert es jetzt.
Wen der Code interessiert:
<div id="roll1">
<a href="#"><img src="img/special2.gif" width="306" height="136" alt="" /></a>
<a href="#"><img src="img/special2.gif" width="306" height="136" alt="" /></a>
<a href="#"><img src="img/special2.gif" width="306" height="136" alt="" /></a>
</div>
CSS:
#roll1 { width:306px; height:136px; overflow:scroll; white-space:nowrap; }