1. login ke blog sobat
2. pilih template-edit HTML3. tekan cntrl + F kemudian cari kode </head>
4. letakan kode dibawah ini tepat dibawah kode </head>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'></script><script type='text/javascript'> $(document).ready(function() { $('a').hover(function() { $(this).animate({ marginLeft: '10px' }, 400); }, function() { $(this).animate({ marginLeft: 0 }, 400); }); });</script>
5. klik simpan template....
semoga berguna buat anda