Sebastian: Ganz spezielle Galerie ohne Flash

Beitrag lesen

so, ich hätt's jetzt probiert.

mein Quellcode:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html><head><title>overflow</title>
</head><body>
<div style="width:1200px; height:750px; overflow:scroll; border:1px solid #840; margin:1em;">
  <img src="01.jpg" width="1050px" height="700px" alt="">
  <img src="01.jpg" width="1050px" height="700px" alt="">
  <img src="01.jpg" width="1050px" height="700px" alt="">
  <img src="01.jpg" width="1050px" height="700px" alt="">
</div>
</body>
</html>

Problem: Das Fenster ist (wie gewollt) 1200px breit, jedoch ist die scrollfunktion jetzt nur "nach unten". Ich hätte sie aber gerne seitwärts. Also fixe höhe, fixe Breite und variable hidden-breite.

Wisst ihr wie ich meine?

Danke!