Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/03/2011, 06:24
cronosmen
 
Fecha de Ingreso: junio-2008
Mensajes: 165
Antigüedad: 15 años, 10 meses
Puntos: 6
Respuesta: Problema css | Float:rigth

prueba con margin-left:5px;

Código CSS:
Ver original
  1. div.wrapper { float:right; }
  2. .wrapper2 { float:right;margin-left:5px; }