Ver Mensaje Individual
  #5 (permalink)  
Antiguo 17/03/2007, 13:59
-thor-
 
Fecha de Ingreso: febrero-2006
Mensajes: 446
Antigüedad: 18 años, 1 mes
Puntos: 3
Re: Como puedo cambiar posicion de scroll

Cita:
Iniciado por JavierB Ver Mensaje
Hola -thor-

Prueba con esto:

Código:
div#Derecha {
      direction:rtl;
      text-align:left;
      width:450px;
      height:80px;
      background-color:yellow;
      overflow:auto;
}
Saludos,
Ahi funciono,muchas gracias