;

Cara mudah membuat link bergerak

1. Klik template
2. Edit HTML
3. Masukkan kode dibawah ini, 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() {
$(&#39;a&#39;).hover(function() { //mouse in
$(this).animate({ marginLeft: &#39;12px&#39; }, 400);
}, function() { //mouse out
$(this).animate({ marginLeft: 0 }, 400);
});
});</script>

4. Lalu simpan



Anda Telah Membaca artikel Cara mudah membuat link bergerak, Baca Juga Artikel Berikut

Nama Anda - 17.17

Posting Komentar