24/02/2012, 15:21
|
| | Fecha de Ingreso: noviembre-2010 Ubicación: aun no se donde vivir
Mensajes: 112
Antigüedad: 14 años, 2 meses Puntos: 3 | |
Respuesta: Porque esto no me funciona en Chrome Cita:
Iniciado por oliverarthurnardi me funciona en todos, hasta en IE6. Me he quedado un poco flipado cuando me funciono en IE6 y el chrome no me funciona. No se que puede ser. Espero que me podeís ayudar. Un saludo a todos.
Código Javascript :
Ver original<script type="text/javascript"> $(document).ready(function() { $('#home').click(function(){ $('#footer').hide(); $('html').animate({scrollTop: '0'}, 'slow'); return false; }); $('.lista1').click(function(){ $('#footer').hide(); $('html').animate({scrollTop: '1114px'}, 'slow'); return false; }); $('.lista').click(function(){ $('#footer').hide(); $('html').animate({scrollTop: '2138px'}, 'slow'); return false; }); $('#contact1').click(function(){ $('#footer').show(); $('html').animate({scrollTop: '3412px'}, 'slow'); return false; }); $('html').animate({scrollTop: '0'}, 0); $('#footer').hide(); }); </script>
bueno este es el html:
Código HTML:
Ver original <li id="contact1" class="lis"><a href="/"><span>Contact </span></a></li> <!--Start section intro--> <section id="intro" style="element.style background-position:center 0;}"> <!--Start section about-me--> <!--Start section work--> <!--Start section Contact--> </div><!--End id layout-->
|