$(function() { $(".nav_ulli").eq(8).find("a").css({"border-right":"0"}) // Scroll page to the bottom $('a.scrollToBottom').click(function(){ $('html, body, .footer').animate({scrollTop: $(document).height()}, 1000); return false; }); })