Hello out there!
Nun soll eine Art Bildergalerie horizontal scrollen (evtl. nur Thumbnails).
Wie löse ich sowas am geschicktesten mit HTML/CCS, ohne Tabellen selbstverständlich.
<ul>
<li><img src="foo" alt="foo" /></li>
<li><img src="bar" alt="bar" /></li>
<li><img src="baz" alt="baz" /></li>
<li><img src="quz" alt="quz" /></li>
</ul>
ul
{
list-style-type: none;
margin: 0;
padding: 0;
white-space: nowrap;
}
li
{
display: inline;
}
See ya up the road,
Gunnar
--
„Wer Gründe anhört, kommt in Gefahr nachzugeben.“ (Goethe)
„Wer Gründe anhört, kommt in Gefahr nachzugeben.“ (Goethe)