Amazing Multi Style Menu w/ jQuery and CSS

Make a Smooth Animated Menu with jQuery

DownloadDemo

Animated Menus Using jQuery

DownloadDemo

Tutorial: How to Create Your Own “kwicks”Effect with jQuery

Visit TutorialDemo

Tutorial: Create a Cool Animated Navigation with CSS and jQuery

Visit TutorialDemo

Playing with jQuery Color Plugin and Color Animation

DownloadDemo

Create a Realistic Hover Effect with jQuery

Visit TutorialDemo

Tutorial: How to Load and Animate Content with jQuery

Visit Tutorial - Demo

Tutorial: How to Create an apple style menu and improve it via jQuery

Visit TutorialDemo

Sexy Drop Down Menu w/ CSS & jQuery

Visit TutorialDemo

Rollovers and tooltips with jQuery

Visit TutorialDemo

Tutorial: How easy to create a slide tabbed box using jQuery

Visit TutorialDemo

Animated tabbed content with jQuery

Visit TutorialDemo

Sliding Top Menu With jQuery

Visit TutorialDemo

Tutorial: Fading Menu & Content Replacing with jQuery

Visit TutorialDemo

Author: 2E Editorial
is a freelance web and graphic designer as well as developer. He is the author and owner of 2experts Design, a design blog with great inspirational posts. You can follow 2experts design on Twitter.
Click Here for more Updates
by 2E Editorial in Javascript, Tools 11

If you love it. Share it!

Discussion

  1. Arrow

    Excellent collection, because I want to try that on my new website and I am not the best for jquery yet

  2. Vineesh Poduval

    Arrow

    It is rather simple to use css to design menus.

    /* CSS Document */
    ul#navlist
    {
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
    }

    #navlist li
    {
    display: inline;
    list-style-type: none;
    position:relative;
    }

    #navlist a { padding: 3px 10px; }

    #navlist a:link, #navlist a:visited
    {
    color: #fff;
    background-color: #036;
    text-decoration: none;
    }

    #navlist a:hover
    {
    color: #fff;
    background-color: #369;
    text-decoration: none;
    }

    #navlist li ul
    {
    display: none;
    list-style-type: none;
    }

    #navlist li ul#menu1
    {
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    left:0px;
    }
    #navlist li ul#menu2
    {
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    left:0px;
    }

    #menu2 li ul#menu21
    {
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    top:0px;
    left:100px;
    }

    #navlist li ul#menu3
    {
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    left:0px;
    }
    #navlist li ul#menu4
    {
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    left:0px;
    }
    #navlist li ul#menu5
    {
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    left:0px;
    }

    #navlist li ul li
    {
    display: block;
    border:5px solid red;
    }

    #navlist li:hover > ul#menu1
    {
    display:block;
    list-style-type: none;
    }

    #navlist li:hover > ul#menu2
    {
    display:block;
    list-style-type: none;
    }

    #menu2 li:hover > ul#menu21
    {
    display:block;
    list-style-type: none;
    }

    #navlist li:hover > ul#menu3
    {
    display:block;
    list-style-type: none;
    }

    #navlist li:hover > ul#menu4
    {
    display:block;
    list-style-type: none;
    }

    #navlist li:hover > ul#menu5
    {
    display:block;
    list-style-type: none;
    }

    /*** CSS Ends Here **/

    >>

    Item one

    Sub Item 0 1
    Sub Item 0 2
    Sub Item 0 3

    Item two

    Sub Item 1 1

    Sub Item 1 1 1
    Sub Item 1 1 2
    Sub Item 1 1 3

    Sub Item 1 2
    Sub Item 1 3

    Item three

    Sub Item 3 1
    Sub Item 3 2
    Sub Item 3 3

    Item four

    Sub Item 4 1
    Sub Item 4 2
    Sub Item 4 3

    Item five

    Sub Item 5 1
    Sub Item 5 2
    Sub Item 5 3

  3. Arrow

    I still prefer the method without the use of javascript because of seo- and access. reasons.
    .-= Webdesigner´s last blog ..10 neue kostenlose Metall-Texturen =-.

  4. Arrow

    Muchas gracias por el recopilatorio. Thanks for the post.
    .-= Shakira.es´s last blog ..Nuevo video de Madonna “Celebration” =-.

  5. Arrow

    excellent, super collection
    i will be back
    .-= SEO Rab´s last blog ..????????? ?????? ? PR (free domains with Pagerank) =-.

  6. Marko

    Arrow

    Honestly? There are better ones! When you did the list you could have pick 14 best out of 20 or 30 … and not 14 out of the 14 first ones that you found!

  7. Arrow

    Cool list! Thx!

  8. Arrow

    Thank u for post. It’s very useful.

  9. Arrow

    thanks a lot, very useful menus


  10. Arrow

    A very helpful collection! Thnx a lot!

Trackbacks and Pingbacks

Leave a Reply