Efek Nudging Pada Label Blog

Kali ini gw neposting efek nudging ....... apa itu nudging ...... yg goyang itu lohhh ....masih gak tau?? tau ahh ,susah jelasinnya ..
.. pokoknya coba dehh

efek nudging yg dimaksud menggunakan jquery agar lebih haluss (wow)
langsung aja

1.Masuk ke blogger >> rancangan >>edit HTML
2.Cari kode

</head>
3.Letakkan script berikut diatasnya
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" ></script>
NB : jika script diatas telah ada di blog kalian ,gk usah di tambahin ,cuku saja aga tidak galat pada blog kalian 
4.Letakkan kode dibawah ini dibawah kode diatas

<script type='text/javascript'>
$(document).ready(function() {
$(&#39;#Label1 li&#39;).hover(function() { //mouse in
$(this).animate({ marginLeft: &#39;12px&#39; }, 400);
}, function() { //mouse out
$(this).animate({ marginLeft: 0 }, 400);
});
});
</script>
5.Simpan Template kalian

Semoga Bermanfaat ....

About Rio Apri

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.

2 Discussion: