RSS

How to Make Label on Blog that Move to Shift

Follow the steps :


1. log-in Blogger


2. select Design then edit HTML

3. before edit the HTML, I recommend that you back up it first


4. find </head> code


5. then place this code above at that code

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" ></script> 


6. If the template you previously been installed with the script jquery, then the above steps can be passed


7. Place this code under that code

<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><!-- end LinkNudging -->



8. Save and see the result...

-Good Luck-

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 komentar:

Post a Comment

Chrome Pointer