$(document).ready(function(){ $("#index-inscribete").click(function(){ window.location.href = "videos.php"; }); $("#index-gana").click(function(){ window.location.href = "finalmente.php"; }); /* $("#index-inscribete").hover(function(){ $(this).css("background-position","0 0"); }, function(){ $(this).css("background-position","0 -197px"); }) $("#index-gana").hover(function(){ $(this).css("background-position","0 0"); }, function(){ $(this).css("background-position","0 -197px"); }) */ });