2. Pilih --> Rancangan --> EDIT HTML
3. Cari Kode </head> dan copy 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>
5. Save template sobat.
Demikian cara membuat Membuat link bergoyang, selamat mencoba..
Categories: