Awesome Cufonized Fly-out Menu with jQuery and CSS3

In today’s tutorial we will create a full page cufonized menu that has two nice features: when hovering over the menu items we will move a hover-state item that adapts […]

The Collective

🎨✨💻 Stay informed and inspired with our daily selection of the most relevant and engaging frontend and design news.

Pure inspiration and practical insights to keep you ahead of the game.

Check out the latest news

Feedback 115

Comments are closed.
  1. This is a great menu!

    Is there a way to have a corresponding background image for each menu item that fades in and out as you hover over. I am new to jquery. Thank you so much.

  2. Can anyone assist me in figuring out how to make the description slider less opaque? The issue is that when the bar is opened it conflicts with underlying text, making it more difficult to read. Also, I have never touched html/css (any webpage design) until this past weekend, so I am more than green and trying to absorb as much as possible. Thanks.

  3. Menu activate code… I don’t get this part:

    var $moving = $(”,{
    className : ‘move’,
    top : $selected[0].offsetTop + ‘px’, /* <– this doesn't work */
    width : $selected[0].offsetWidth + 'px'
    });

    $moving.css('top',$selected[0].offsetTop + 'px'); /* <– this fixes the problem */

    Original code that I have is:

    var $moving = $('’,{
    className : ‘move’,
    top : $selected[0].offsetTop + ‘px’,
    width : $selected[0].offsetWidth + ‘px’
    });

    How this part should look like after modification?

  4. This has been a great thread and I would like to reiterate all of thanks for this wonderful script ML.

    Earlier I asked about making the sliding menu bars less transparent so that text could show through (I had 0 experience with anything prior to this past weekend) and I wanted to share my solution with everyone. I found that by using Adam’s pure CSS3 script I could then set ‘opacity: 1’ without having to worry about the javascript superseding the css; also, this pure CSS3 implementation seems to make the site function with IE9, which is nice.

    Two other questions arose, if anyone can assist.

    1) Is there anyway to make the CSS3 solution work with IE7 or at least display a nice information window to upgrade?
    2) Any idea on how to put spaces into the name of the menu items without messing up view?

  5. does anyone know if this flyout menu has been causing issues with your navigation menus?

    When mousing though my css navigation menu and rolling over top this flyout menu my css nav menu disappears and the flyout begins interaction.

    the highest z-index on the flyout is 100
    I just tested with a 1200 z-index, and a 100000 z-index (just to make certain) on my css nav menu.

    Thanks.

  6. can someone upload newest and working version ?

    OR

    blue block must stay behind the menu item which is active… i couldn’t make it ..

    regards