treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Please help me add a vanish delay on my Menu

  • Hello everyone,

    Please help. I would like to add a 2 second vanish delay to my menu for users who accidentally move their cursor off the menu. I've tried to create this menu with simple html and css. If this can be done with the CSS3 transition code, please show me how to implement it properly. If its easier to do with scripting, could you show me how to properly write the script. I'm moderately skilled with CSS and not skilled at all with Javascript.

    A link to my jsfiddle:

    http://jsfiddle.net/VonViktor/Yr2ry/3/

    Thanks for your time.

  • Try this. http://jsfiddle.net/wPBgD/

    If there is anything you don't need that I may have added remove it.

  • Very Nice, I'll go through the code and do my best to learn from it. Thank You for your assistance.