Follow the steps :
1. log-in Blogger
2. select Design then edit HTML
3. before edit the HTML, I recommend that you back up it first
4. find </head> code
5. then place this code above at that code
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" ></script>
6. If the template you previously been installed with the script jquery, then the above steps can be passed
7. Place this code under that code
<script type='text/javascript'>
$(document).ready(function() {
$('#Label1 li').hover(function() { //mouse in
$(this).animate({ marginLeft: '12px' }, 400);
}, function() { //mouse out
$(this).animate({ marginLeft: 0 }, 400);
});
});
</script><!-- end LinkNudging -->
8. Save and see the result...
-Good Luck-
Subscribe to:
Post Comments (Atom)







0 komentar:
Post a Comment