what i am missing here.

window.addEvent('domready', function(){
        $('drop_down_menu').getElements('li.menu').each( function( elem ){

                var list = elem.getElement('ul.links'),slider = $('li.menu'),fx 
=
new Fx.Reveal(slider);

                bar.addEvent('menu', function(e){
                  if($(e.target) != slider) fx.toggle();
});
        })
});

can anyone please tell me.

On Oct 31, 10:09 am, Deepali <[email protected]> wrote:
> Any help?
>
> On Oct 30, 4:04 pm, Deepali <[email protected]> wrote:
>
> > I am sorry that link was showing previous slider. here is the proper
> > link
>
> >http://mooshell.net/6nKFe/1
>
> > any help?
>
> > On Oct 30, 2:24 pm, Deepali <[email protected]> wrote:
>
> > > Hello,
>
> > > I am doing something pretty similar. but i want it should work on
> > > click not on the hover.
> > > so i was trying something like this
>
> > >http://mooshell.net/6nKFe/
>
> > > but its showing me drop down directly. that means i am missing
> > > something. can anyone please check my code and correct me what i am
> > > missing?
>
> > > On Sep 16, 6:55 pm, Piotr Zalewa <[email protected]> wrote:
>
> > > > I will not give you a code.
> > > > Hide the "drop down image" on domready
> > > > Show it on avatar hover
> > > > That's all
>
> > > > Hint: I would work on some html/css a bit make it possible
>
> > > > Piotr
>
> > > > 2009/9/16 cuty <[email protected]>
>
> > > > > I want to give the exact effect like flickrs has. Like in this on
> > > > > mouse hover i am getting the drop down,so till the someone wont hover
> > > > > on the image they wont be able to see the drop down menu.
>
> > > > > On Sep 16, 6:34 pm, Piotr Zalewa <[email protected]> wrote:
> > > > > > And what's the problem?
> > > > > > It is working on my FF ... (just image has to be taken from your 
> > > > > > server)
> > > > >http://mooshell.net/8A6nH/
>
> > > > > > 2009/9/16 cuty <[email protected]>
>
> > > > > > > Now what  i am trying to do is on hover of the image(as my first 
> > > > > > > code
> > > > > > > is showing), i want to show the drop down menu. can anyone further
> > > > > > > guide me how can i move ahead with this?
>
> > > > > > --
> > > > > > London, UK
>
> > > > --
> > > > London, UK

Reply via email to