Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/04/2010, 11:42
Avatar de kalvinman
kalvinman
 
Fecha de Ingreso: octubre-2006
Ubicación: Bogota Colombia
Mensajes: 849
Antigüedad: 17 años, 6 meses
Puntos: 22
Respuesta: div boton derecha y boton izquierda

haz intentado usar esto:
Código PHP:
Ver original
  1. function scrollDivLeft(id){
  2. document.getElementById(id).scrollLeft-=step
  3. timerLeft=setTimeout("scrollDivLeft('"+id+"')",10)
  4. }