Tema: Css scroll
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/04/2015, 06:54
Avatar de AngelKrak
AngelKrak
 
Fecha de Ingreso: noviembre-2014
Mensajes: 917
Antigüedad: 9 años, 5 meses
Puntos: 91
Respuesta: Css scroll

ahi esta amig@, scroll en la parte superior ;)


este seria el codigo JQUERY:
Código JQUERY:
Ver original
  1. $(document).ready(function()
  2. {
  3.     // The axis option is for setting the dimension in
  4.     // which the scrollbar should operate.
  5.     //
  6.     $("#scrollbar2").tinyscrollbar({ axis: "x"});
  7. });

Recuerda bajarte los archivos para que te funcione ;)
http://baijs.com/tinyscrollbar/