Imagens passando pra cima e pra baixo
Cole o seguinte código após <body>
<!---- imagens passando ---->
<div style="padding: 2px; padding-bottom: -2px; position: fixed; overflow: auto; background-color: #000; width: 115px; left: 1300px;"><marquee direction="up" scrollamount="3" height="1000" behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()">
<img src="URLDAIMAGEM1"width= "120px"; height= "auto;"/><pre>
<img src="URLDAIMAGEM2"width= "120px"; height= "auto;"/><pre>
<img src="URLDAIMAGEM3"width= "120px"; height= "auto;"/><pre>
<img src="URLDAIMAGEM4"width= "120px"; height= "auto;"/><pre>
<img src="URLDAIMAGEM5"width= "120px"; height= "auto;"/><pre>
</marquee></div></div>
Mude apenas o que está em negrito! O width é a largura, o left é o quanto longe da esquerda as imagens rolando vão ficar, URLDAIMAGEM coloque a url das imagens que 'rolarão' pra cima e pra baixo. e o width das imagens é a largura delas, todas devem ter o mesmo width. Se quiser aumentar o número de imagens é só acrescentar isso quantas vezes quiser:
<img src="URLDAIMAGEM"width= "120px"; height= "auto;"/><pre>
Se for útil dê like.
/Fran













