Muchas gracias por las ayudas!!!!
DragonXv .. probe las cosas de ese link y me funciono esta:
Código Javascript
:
Ver original$(function() {
$('a[href*="#"]:not([href="#"])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html, body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
Funciona... pero algo diferente ahora (lo hace como de otra forma): el boton inicio no va hasta arriba arriba...se frena un poco antes... y en el FF hace un rebote medio raro (hasta me gusto!).
Gracias!!!!