Tìm trong template header:
Code:
<xen:hook name="header">
Add vào bên dưới:
Code:
<script type="text/javascript">$(document).ready(function(){$("h3 a").hover(function(){ $(this).stop().animate({marginLeft:"10px"},300);} ,function(){ $(this).stop().animate({marginLeft:"0px"},300);});});</script>
Code:
<xen:hook name="header">
Add vào bên dưới:
Code:
<script type="text/javascript">$(document).ready(function(){$("h3 a").hover(function(){ $(this).stop().animate({marginLeft:"10px"},300);} ,function(){ $(this).stop().animate({marginLeft:"0px"},300);});});</script>