PRACTICE MENUS




this menu is NOT made with the HTML5 "menu" tag Quackit defines it as: " used for specifying a list of commands...", which is NOT the same as "a list of items from which to select" ... so, what is it?

but it DOES include the HTML5 "tabindex", to tab from one to the next, but although the tab key does move focus from one menu item to the next, the selection is 'clunky. The CSS, in this case background hover color, does no change when from one item to the next

Note: accesskey: Use Alt + accessKey (or Shift + Alt + accessKey) to access the element with the specified access key.

The example 'multi-level menu' below comes from
http://speckyboy.com/2012/04/18/css3-menu-and-navigation-tutorials/
I cut/pasted it as instructed ..
the code on the website works as described, and the comments suggest that it works for others .... but my copy of it doesn't work for the third tier .. see under "3 Levels" ... instead of 2.1, 2.2, 2.3, with 2.3 expanded to separate menu of 2.3.1... I get 2.1, 2.3.1 .. and so forth ( I tried all browsers ..

DAMN! I had closing li's on the 2nd tier ! so I fixed S2.3






This does not include the third tier






where is my minimalist menu ? it needs the file of 5 sprites.. hover to see how it works ...





HTML5 Context Menus

..not sure what the new 'menu' element does, or just an identifier?

  • Help
  • About


  • This is a form action=redirect.cgi (what is this?), menu type=toolbar, label=goto ... looks like a regular pull-down menu, but is within form and menu elements




    Now what?