Cara Membuat Link Bergoyang
Berikut langkah-langkah membuat link bergoyang saat dilalui cursor mouse
Kalau berminat ikuti langkah berikut ini,
1. Log in ke Blogger
2. Klik >> Template
3. Klik >> Edit HTML
4. Lalu anda cari kode </head> dengan menggunakan ctrl + F
5. Lalu copy kode berikut dan paste di atas 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>
6. Klik >> Simpan Template
SELESAI
Berikut langkah-langkah membuat link bergoyang saat dilalui cursor mouse
Kalau berminat ikuti langkah berikut ini,
1. Log in ke Blogger
2. Klik >> Template
3. Klik >> Edit HTML
4. Lalu anda cari kode </head> dengan menggunakan ctrl + F
5. Lalu copy kode berikut dan paste di atas 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>
6. Klik >> Simpan Template
SELESAI
Admin tidak bertanggung jawab atas semua isi komentar ,Mohon dipahami semua isi komentar dengan bijak