Thanks Mitchell

Not yet

I tried and a lot of variations

$("dd ul li").hover(
function(){
  $(this).css({background: "blue" }).SlideOutRight(1000)
},
function(){
  $(this).css({background: "" }).SlideinRight(1000)
});   // NOT WORKING

I would like just background sliding and complete the box. (when mouseover)
and slideout after. Nice effect with flash.or animated gif But with Jquery
is more fun!

Ideas?

Regards

Mario

2007/7/28, Mitchell Waite <[EMAIL PROTECTED]>:
>
>  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
>



-- 
Mário Alberto Chaves Moura
[EMAIL PROTECTED]
31-9157-6000

Reply via email to