[HTML] Kein Scrollbalken zu sehen

Kysha
Wenn ihr mir hier bei helfen könntet !!!

Bin echt am verzweifeln

http://fotografiejh.fo.ohost.de/indexx.html <--- Klick

dann auf Galerie und dann auf Shootings und dann das Auto anklicken. in dem orangenem Kasten rechts öffen sich bilder von autoa doch man sieht nur zwei und es sind aber mehr!!!!

Wo ist der scrollbalken hin?

Wie bekomme ich ihn dort hin?

Kann mir jemand den Code sagen?

Kann mir wer helfen?
Indihorse
Stell mal den Code rein .. dann kann man dir eher helfen ^^
Kysha
ok hier der code wo der scrollbalken fehlt




<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>autotuning</title>


</head>


<body>

<p align="center"><img alt="" src="http://fotografiejh.fo.ohost.de/Bilder/Shooting%20Autotuning/1.png"><b
r>

<br>

<img alt="" src="http://fotografiejh.fo.ohost.de/Bilder/Shooting%20Autotuning/2%20%281%
29.png"><br>

<br>

<img alt="" src="http://fotografiejh.fo.ohost.de/Bilder/Shooting%20Autotuning/4%20%281%
29.png"><br>

<br>

<img alt="" src="http://fotografiejh.fo.ohost.de/Bilder/Shooting%20Autotuning/5%20%281%
29.png"><br>

<br>

<img alt="" src="http://fotografiejh.fo.ohost.de/Bilder/Shooting%20Autotuning/6%20%281%
29.png"><br>

<br>

<img alt="" src="http://fotografiejh.fo.ohost.de/Bilder/Shooting%20Autotuning/7%20%281%
29.png"><br>

<br>

<img alt="" src="http://fotografiejh.fo.ohost.de/Bilder/Shooting%20Autotuning/8%20%281%
29.png"><br>

<br>

<img alt="" src="http://fotografiejh.fo.ohost.de/Bilder/Shooting%20Autotuning/3%20%281%
29.png"><br>

<style type="text/css"> body { scrollbar-arrow-color: #000000; scrollbar-base-color: #000000; scrollbar-track-color: #ffffff; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-shadow-color: #ffffff; } </style>
</p>

</body>
</html>
Marina347
Ich hab mal im Quelltext geschaut:

Änder mal

code:
1:
2:
3:
4:
5:
<div id="Layer3" style="position: absolute;  left: 730px; top: 30px;">
  <iframe src="layer5.html" name="layer5" width="260" height="395" frameborder=0 scrolling="no" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

in
code:
1:
2:
3:
4:
5:
<div id="Layer3" style="position: absolute;  left: 730px; top: 30px;">
  <iframe src="layer5.html" name="layer5" width="260" height="395" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>


Dann müsste es gehen.
Kysha
ja es geht vielen lieben dank
Marina347
Bitte, gern geschehen!