Hallo, ich habe eine kleine Scrollbar mit Bildern drin, wo man nur auf der X-Achse scrollen soll. Auf der X-Achse kann man momentan auch scrollen, jedoch aber auch ein paar Pixel nach unten, was nicht so sein soll.
Danke!
HTML:
<div style="width: 70.9%; height: 140px; border: 3px solid black; white-space: nowrap; overflow-x: auto; overflow-y: none;">
<a href="https://www.youtube.com/watch?v=ZR8D_OugGiw"><img src="Grafiken/Last1.png" width="250px" height="140px"/></a>
<img src="Grafiken/Last2.png" width="250px" height="140px"/>
<img src="Grafiken/Last3.png" width="250px" height="140px"/>
<img src="Grafiken/Last4.png" width="250px" height="140px"/>
<img src="Grafiken/Last1.png" width="250px" height="140px"/>
<img src="Grafiken/Last1.png" width="250px" height="140px"/>
</div>
Danke!