Próxima Dica Vá em Layout adicionar um Gadget HTML/JavaScript e cole o código abaixo. <script src="http://sites.google.com/site/postsrecentesslide/postsrecenteslide/jquery.min.js" type="text/javascript"> </script> <script type="text/javascript"> $(document).ready(function(){ var first = 0; var speed = 800; var pause = 7500; function removeFirst(){ first = $('ul#slide li:first').html(); $('ul#slide li:first') .animate({opacity: 0.5}, speed) .fadeOut('slow', function() {$(this).remove();}); addLast(first);
Tudo para sua Informação