04/01/2013, 09:21
|
| Colaborador | | Fecha de Ingreso: junio-2007 Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 17 años, 6 meses Puntos: 1567 | |
Respuesta: Alguien sabe como se hace este efecto slide ?? a ver si esto te orienta
Código HTML:
Ver original<!DOCTYPE html> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script type="text/javascript"> //<![CDATA[ $(document).ready(function() { var ventana = $(window); ventana.scroll(function () { if (ventana.scrollTop() == 0) alert('Scroll arriba'); // reposicionas la imagen else if (ventana.height() + ventana.scrollTop() == $(document).height()) { alert('scroll abajo'); } }); }); //]]>
Saludos
__________________ La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R. |