html.de - Scrollen auf Y-Achse verbieten
by SpiceLab
HTML
<center>
<div style="width: 70.9%; height: 140px; border: 3px solid black; white-space: nowrap; overflow-x: auto; overflow-y: hidden; display:flex">
<a href="Videos/Patrick.html"><img src="Grafiken/Last1.png" width="250" height="140"/></a>
<a href="Videos/Dagobah.html"><img src="Grafiken/Last2.png" width="250" height="140"/></a>
<a href="Videos/Beichte.html"><img src="Grafiken/Last3.png" width="250" height="140"/></a>
<a href="Videos/Wege.html"><img src="Grafiken/Last4.png" width="250" height="140"/></a>
<a href="Videos/Jack.html"><img src="Grafiken/Last5.png" width="250" height="140"/></a>
</div>
</center>
CSS
a {display:list-item;list-style:none}