I'm trying to do scrolling: http://nasza-oaza.pl/page/warto
It works but when I click "Login", the login window runs up.
My script:
<script src="http://cdn.jquerytools.org/1.2.5/jquery.tools.min.js"></script>
<script type="text/javascript">
$(window).load(function() {
$(".scrollable").scrollable();
});
</script>
How to use jquery to make everything work well?