Hallo alle zusammen hat jemand eine Ideeich habe eine seite in etwa so
in dem Iframe liegt eine tabelle
so soll es aussehen
mit den Thumbnails die auf Klick oder Over in dem Grossen Bild gezeigt werden sollen.
wichtig ist die sache mit dem Iframe wegen der SCROLLBAR da ich etwa 20-25 bilder habe aber nur 3-4 sichtbar sein sollen. hat jemand eine ahnung? oder wiem mann es beser lösen kann.
Gruss Peter dem schonwieder der Kopf raucht
HTML:
<body>
<table width="595" border="1" cellspacing="2" cellpadding="2">
<tr>
<td width="400"><img src="Zielbild width="400" height="400" name="ziel" ></td>
<td width="175"><table width="166" border="1" cellspacing="2" cellpadding="2">
<tr>
<td width="154"><img src="" width="110" height="17"></td>
</tr>
<tr>
<td height="23">
<table width="110" cellspacing="2" cellpadding="0" border"0">
<iframe style="#575757" width="110" height="290" frameborder="0" src="ga1.html" scrolling="yes"></iframe>
</table></td>
</tr>
<tr>
<td><img src="" width="110" height="17"></td>
</tr>
</table></td>
</tr>
</table>
</body>
HTML:
<body>
<table width="68" class="bg01" cellspacing="2" cellpadding="2">
<div align="center">
<tr>
<td width="60"><a href="#" onmouseover="ziel.src='img/foto/1.jpg'" onmouseout="ziel.src='img/foto/22.jpg'"><img src="img/foto/1i.jpg" width="60" height="60" border="0"></a></td>
</tr>
<tr>
<td><img src="img/foto/2i.jpg" width="60" height="60"></td>
</tr>
<tr>
<td><img src="img/foto/3i.jpg" width="60" height="60"></td>
</tr><tr>
<td><img src="img/foto/4i.jpg" width="60" height="60"></td>
</tr></div>
</table>
</body>
mit den Thumbnails die auf Klick oder Over in dem Grossen Bild gezeigt werden sollen.
wichtig ist die sache mit dem Iframe wegen der SCROLLBAR da ich etwa 20-25 bilder habe aber nur 3-4 sichtbar sein sollen. hat jemand eine ahnung? oder wiem mann es beser lösen kann.
Gruss Peter dem schonwieder der Kopf raucht
Zuletzt bearbeitet: