Jump to content


kakaonly

Member Since 12/06/2004
Offline Last Active 28/01/2011, 18:28
-----

#473988 Galeria De Imagens Com Barra De Rolagem

Posted by kakaonly on 31/10/2004, 13:41

Como faço uma galeria de imagens, em que as imagens estão dentro de um iframe, e qdo clico nela aparece na mesma página ao lado. E tem aquela barrinha bonitinha q desce sozinha só ao posicionar o mouse nela.
Como no seguinte site:
O modelo que preciso

Peguei o seguinte artigo neste site:

galeria.html
<html>
<head>
<script language="JavaScript" src="global.js" type="text/javascript"></script>
<title>Galeria de Fotos - por Fernando Martins de Toledo</title>
</head>
<body>
<table border="0" width="100%">
<tr>
<td width="50%">
<img src="" id="foto" width="250" height="300">
</td>
<td width="50%">
<div align="center">
<img src="262.gif" onclick="grande('262.gif');" width="25" height="25">&nbsp;&nbsp;&nbsp;
<img src="153.gif" onclick="grande('153.gif');" width="25" height="25">&nbsp;&nbsp;&nbsp;
<img src="3p.gif" onclick="grande('3g.gif');" width="25" height="25">&nbsp;&nbsp;&nbsp;
<img src="4p.gif" onclick="grande('4g.gif');" width="25" height="25">&nbsp;&nbsp;&nbsp;
<img src="5p.gif" onclick="grande('5g.gif');" width="25" height="25">&nbsp;&nbsp;&nbsp;
<img src="6p.gif" onclick="grande('6g.gif');" width="25" height="25"><br>
<img src="7p.gif" onclick="grande('7g.gif');" width="25" height="25">&nbsp;&nbsp;&nbsp;
<img src="8p.gif" onclick="grande('8g.gif');" width="25" height="25">&nbsp;&nbsp;&nbsp;
<img src="9p.gif" onclick="grande('9g.gif');" width="25" height="25">&nbsp;&nbsp;&nbsp;
<img src="10p.gif" onclick="grande('10g.gif');" width="25" height="25">&nbsp;&nbsp;&nbsp;
<img src="11p.gif" onclick="grande('11g.gif');" width="25" height="25">&nbsp;&nbsp;&nbsp;
<img src="12p.gif" onclick="grande('12g.gif');" width="25" height="25"></div>
</td>
</tr>
</table>
</body>
</html>

global.js
<!--
function grande(figura) {
document.getElementById("foto").src=figura;
}
//-->

SÓ QUE AS IMAGENS NÃO APARECEM E NÃO TEM A BARRINHA DE ROLAGEM. AS IMAGENS ESTÃO LOCALIZADAS NA MESMA PASTA DO GALERIA.HTML
ALGUÉM PODE ME AJUDAR?


IPB Skin By Virteq