Oke bro, langsung saja caranya yang sangat mudah ini:1. Login ke Dashboard Rancangan Edit HTML
2. Cari kode </head>
3. Lalu copy script dibawah ini lalu paste tepat diatas kode </head>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
$(document).ready(function() {
$('a').hover(function() { //mouse in
$(this).animate({ marginLeft: '12px' }, 400);
}, function() { //mouse out
$(this).animate({ marginLeft: 0 }, 400);
});
});</script>
4. Simpan template
No comments:
Post a Comment