2. Klik 'Add A Gadget'
3. Pilih 'HTML/JavaScript'
4. Masukkan code dibawah ini ke dalam kotak HTML
<scriptsrc='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js'type='text/javascript'></script><script type='text/javascript'> $(document).ready(function() { $('a').hover(function() { $(this).animate({ marginLeft: '10px' }, 400); }, function() { $(this).animate({ marginLeft: 0 }, 400); }); });</script>5. Klik 'Save' lalu jadi!
No comments:
Post a Comment