Displaying 1 result from an estimated 1 matches for "nosaltr".
Did you mean:
nohalt
2005 Aug 19
0
Effect.Appear problem
...e this scripts ... I will use
them for all my webs !! :-)
Testing the Appear effect with script.aculo.us
<http://script.aculo.us>(version 1 and
1.5) over this div
<div id=''s1'' class="seccion" onclick=''sel_seccion(1)''>
<img src="img/Nosaltres.gif" alt="Nosaltres" />
<div class=''caja_texto_principal''>
Some text, some text
</div>
</div>
CSS seccion and caja_texto_principal are:
div.seccion {
padding: 0px;
margin-top: 20px;
text-align: center;
width:150px;
height:150px;
}
div.caja_...