Login Ke Blog
Buka Rancangan
EDIT HTML
Cari Kode </head
lalu taruh Kode dibawah ini pas 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>
Selamat Mencoba
Thursday, 22 December 2011
Cara membuat Teks Bergoyang apa Bila Disentuh Mouse
Posted by Unknown at 13:42Labels: Tips And Trik Blog
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment