codici per uso di marquee

 


altox1.htm

 

<HTML

<HEAD><TITLE>da destra</TITLE></HEAD>

 

<BODY bgcolor="green">

                       

                             

                              <H3>titolo</H3>
                                    <DIV align=”center”>

                              <MARQUEE onmouseover=this.stop()

                              onmouseout=this.start() scrollAmount=5

                              scrollDelay=100 direction=up width=500                                                                                                       

                                   height=500

                              align="center">

                             

                        

<IMG alt="fr1" src="museo_file/fr1.GIF"><BR><A >fra1</A><BR>

<IMG alt="fr2" src="museo_file/fr2.GIF"><BR><A >fra2</A><BR>

<IMG alt="fr3" src="museo_file/fr3.GIF"><BR><A >fra3</A><BR>

<IMG alt="fr4" src="museo_file/fr4.GIF"><BR><A >fra4</A><BR>

<IMG alt="fr5" src="museo_file/fr5.GIF"><BR><A >fra5</A><BR>                           

<BR></DIV></MARQUEE>

</BODY></HTML>

 

possibile modificare colore sfondo <body bgcolor="codice colore">

possibile modificare titolo

possibile modificare scrollAmount (1..5..10..15..)

possibile modicare scrollDelay (1..5..10..100..500..)

possibile modificare larghezza banda <width=numero>

possibile modificare altezza banda <height=numero>

possibile assegnare direction (up,down,left,right)

possibile aggiungere altre immagini

<IMG alt="nome" src="museo_file/nome.GIF"><BR><A >nome</A><BR>

<IMG alt="nome" src="museo_file/nome.JPG"><BR><A >nome</A><BR>

 

 


orizzontaledestra.htm

 

<HTML
<HEAD><TITLE>da destra</TITLE>
</HEAD>
<BODY bgcolor="cyan">


<H3>titolo</H3>
<DIV align=center>
<MARQUEE onmouseover=this.stop()
onmouseout=this.start() scrollAmount=5
scrollDelay=100 direction=right width=1000 height=500
align="center">

<A

<IMG alt="fr1" src="museo_file/fr1.GIF">
<IMG alt="fr2" src="museo_file/fr2.GIF">
<IMG alt="fr3" src="museo_file/fr3.GIF">
<IMG alt="fr4" src="museo_file/fr4.GIF">
<IMG alt="fr5" src="museo_file/fr5.GIF"> </A>
</DIV></MARQUEE>

</BODY></HTML>