Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/10/2006, 18:37
MonicaH
 
Fecha de Ingreso: junio-2006
Mensajes: 329
Antigüedad: 17 años, 10 meses
Puntos: 1
Como coloco un SPAN a la derecha de un DIV ?

Hola, si lo prueban, el SPAN literalmente BRINCA.

Cómo puedo hacerlo ?:
Código:
<style type="text/css">
div{
border: 1px solid green;
text-align: center;
}
span{
float: right;
border:solid blue 2px;
width:200px;
}
</style><div>
juan<span>PPPPP</span>
</div>