Tema: <select>
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/06/2004, 14:04
Avatar de FedEx
FedEx
 
Fecha de Ingreso: marzo-2004
Mensajes: 34
Antigüedad: 20 años, 1 mes
Puntos: 0
Lo que yo tengo son 3 capas oculatas, las cuales tendrian que mostrarse al seleccionar una opcion
<div id="Layer1" style="position:absolute; left:82px; top:93px; width:289px; height:97px; z-index:1; visibility: hidden;">layer1</div>
<div id="Layer2" style="position:absolute; left:82px; top:93px; width:289px; height:97px; z-index:1; visibility: hidden;">layer2</div>
<div id="Layer3" style="position:absolute; left:82px; top:93px; width:289px; height:97px; z-index:1; visibility: hidden;">layer3</div>
<select name="este">
<option>1</option>
<option>2</option>
<option>3</option>
</select>