Friends,

i did manage the animation effect: http://pixeline.be/test/swap/

thanks !!

On Feb 29, 11:08 pm, "Alexandre Plennevaux" <[EMAIL PROTECTED]>
wrote:
> hi all!
>
> Hamish: i meant animating. But your code helps tremendously, i managed
> to get something quite acceptable like this:
>
> <script type="text/javascript">
>             $(document).ready(function(){
>                 $('#mymenu li').click(function(){
>                                         var $this = $(this);
>                     var $that =
> $this.clone(true).prependTo($('#mymenu')).hide();
>                     $this.fadeOut(500, function(){
>                                                 $that.fadeIn(2000);
>                                         });
>                 });
>             });
>         </script>
>
> I think a sliding animation would not bring tremendous benefits and
> mean a lot of work  so i'll stick to this one ...
>
> Thanks to each of you for helping out !
>
>
>
> On Fri, Feb 29, 2008 at 9:08 PM, matheus <[EMAIL PROTECTED]> wrote:
>
> >  Hello Alexandre,
>
> >  I really dont have sure if is this what you want, but searching in
> >  this sitehttp://www.ajaxrain.com/tag.php?tag=jquery&page=7
> >  I find thishttp://dev.portalzine.de/index?/Horizontal_Accordion--print
> >  I hope have helped you
>
> >  On 29 fev, 14:16, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote:
> >  > Hello friends,
>
> >  > i would like to achieve the following effect:
>
> >  > given an unordered list of links styled as an horizontal menu. when a 
> > link is clicked, it moves to the left-end side of the menu, pushing the 
> > other links on its left to the right side of the menu.
>
> >  > All my attempts so far failed miserably. Does someone have an idea on 
> > how to make it work? Any suggestion welcome...
>
> >  > Thank you,
>
> >  > Alexandre
>
> --
> Alexandre Plennevaux
> LAb[au]
>
> http://www.lab-au.com

Reply via email to