Drop down menu with jquery

On 6 February 2008, in computing, by ayoli

Here’s a drop down animated menu example made with jquery.js 1.2.2


Roll over this text to show the menu




Related links:

Here’s the source code :


$(function() {
$(“a#menu-call”).mouseover( function() { $(“ul#menu”).animate({height:”show”,opacity:”show”},”slow”); return false; });
$(“ul#menu”).hover( function() {}, function() { $(“ul#menu”).animate({opacity:1.0},1125).slideUp(375); return false; });
$(“a.mlnk”).hover( function() { $(this).css({ backgroundColor:”#ececec”, border:”1px solid #1042de” }) }, function() { $(this).css({ border:”none”,backgroundColor:”#ffffff” }) } );
})

menu


Tagged with:  

30 Responses to “Drop down menu with jquery”

  1. Leo Lima says:

    great…i’m gonna using on my sites

    congratulations

  2. Jquvavy says:

    chani bahala….

  3. kunal says:

    Its not working fine on IE 6

  4. alex says:

    Fantastic thank you. Find the files you are looking for at http://all-shares.com the most comprehensive source for free-to-try files downloads on the Web

  5. ARTI says:

    It works fine on my version of Firefox 1.5.0.1 Perhaps you don’t have the latest version. I run an image gallery myself, but I don’t think type of layout would art? work very well for me as I have descriptions for my images and some of the images are quite large. I don’t know, it might be worth experimenting with.

  6. IE 8 don’t work

  7. smithson says:

    how about developing something that works?

  8. Webagentur says:

    Thank you … that has me very helped.

  9. Kenny says:

    Exactly what I’m looking for…too bad it’s full of bugs.

  10. VDMan says:

    ohh yeeaa thanks…

  11. The demo link doesn’t seem to work for me. Im using FF3
    Windows XP

  12. doesnt work in winxp sp3, ff3.5

Leave a Reply

Free WordPress Theme

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!