antes der </body> buscalo en html
<br />
<!-- jQuery --><br />
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
$(function(){$('a[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){var targetOffset=$target.offset().top;$('html,body').animate({scrollTop:targetOffset},1000);return false}}})});
//]]>
</script><br />
<!-- Fin JQuery --><br />
<br />
<!-- Efecto links --><br />
<script type='text/javascript'>
$(document).ready(function() {
$('#Label1 li, .post-labels, .post h3, #BlogArchive1 li').hover(function() { //mouse in
$(this).animate({ marginLeft: '12px' }, 400);
}, function() { //mouse out
$(this).animate({ marginLeft: 0 }, 400);
});
});
</script><br />
<!-- Fin efecto links --><br />
No comments:
Post a Comment