Ver Mensaje Individual
  #4 (permalink)  
Antiguo 23/12/2010, 07:37
Avatar de GAST0N
GAST0N
 
Fecha de Ingreso: agosto-2010
Ubicación: Buenos Aires
Mensajes: 680
Antigüedad: 13 años, 8 meses
Puntos: 64
Respuesta: Duda sencilla.

en ese caso entonces usa el mismo codigo que te deje, quitale la posicion absoluta y el z index..

querdaria asi

Código PHP:
<html>
<
body>
<
style>
#uno{float:right;
    
width:200px;
    
height:200px;
    
background-color:red;
    
}

#dos{float:right;
    
width:200px;
    
height:200px;
    
background-color:green;
    
}
#tres{float:right;
    
width:200px;
    
height:200px;
    
background-color:pink;
    
}
</
style>


<
div id="uno"></div>
<
div id="dos"></div>
<
div id="tres"></div>
</
body>
</
html
[/QUOTE]
__________________
Twitter: @GastonArnedo

Muerte a los <tr> y <td>