Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9201025
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T22:54:21+00:00 2026-06-17T22:54:21+00:00

I have a css menu that also does child menus etc.. the problem is,

  • 0

I have a css menu that also does child menus etc.. the problem is, I have to create eventHandlers for for tab/jaws users. It seems when I manipulate the menu(s) with show()/hide() it mucks up the inherent css selectors and their states, so if a user wanted to do both tab and mouse move – it won’t work. They either have to use all mouse or tabbing etc..

I could create more js eventhandlers for mouseovers/outs etc..but curious if it would be feasible to clone the parent elements onload, and tie-into the tabbing that when they tabbed “off” the menu, I “revert” to this saved state so then the user can use the css method of mouseover/out etc..

Does this make sense? Or is this as much work/overhead as just creating more eventHandlers for the mouse events?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T22:54:22+00:00Added an answer on June 17, 2026 at 10:54 pm

    Here is an example of saving and restoring a menu just as you suggested.

    http://jsfiddle.net/5pvGG/

    var $saved = $('#cssmenu').clone();
    
    $('#a').click( function() {
        $('#cssmenu').remove();
    });
    
    $('#b').click( function() {
        $('body').prepend($saved);
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a CSS dropdown menu that is functioning how I want it to
I have a horizontal CSS menu. The problem is when the user creates more
I'm with a positioning problem in IE7 have the following in my css menu
I have a problem with the positioning of a pure css dropdown menu. You
I have a three-tier CSS drop down menu that is working fine, but I'm
I am working on a css menu and want all the ones that have
I have a dropdown css menu that gets gets hidden behind the main page
I have a drop down menu that is coded in HTML, CSS, and jQuery
I have a CSS-only menu (ie. no JS) that works great in all modern
I´m coding a CSS menu for Wordpress and I have this stupid problem: I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.