You could use the Interface Elements plug-in and the effect SlideInRight.
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mario Moura Sent: Saturday, July 28, 2007 6:41 AM To: jquery-en@googlegroups.com Subject: [jQuery] Sliding an image into a box - Little animation Hi Folks I am trying make a little effect. In my menu/box/container I want a Sliding effect of a image or background color. So when mouseover ------> the image complete the box from left to right. One time and stop. $("dd/ul/li").mouseover( function() { $($(this).addClass("selected")).animate({top: -205},"slow"); return false; } ); Ideas? Regards -- Mário