Questions tagged [submenu]

A submenu is a menu, that is a list of options or commands, which is contained within another menu.

A submenu is a menu, that is a list of options or commands, which is contained within another menu.

Submenus are commonly found in desktop applications but also websites.

See also: Menu (computing) on Wikipedia

1415 questions
-3
votes
3 answers

A simple CSS/HTML menu

I've a proble with a simply CSS/HTML menu! When I hover in the second voice of menu, the submenu opens over the main menu and not down! Why? The CSS code is here: * { margin: 0; padding: 0; } #navbar { height: 70px; } .navbar > li,…
jumpy83
  • 21
  • 1
-3
votes
2 answers

Multilevel Push Menu with Bootstrap3

I would love to find something similar to this multilevel push-menu (with overlapping), but for a Bootstrap 3 based site. Does anyone know about some adaptation of the same? Whatever Codrops creates is really awesome, but never Bootstrap ready and I…
DevLounge
  • 8,313
  • 3
  • 31
  • 44
-3
votes
2 answers

Need help making a sub menu that opens on hover

I have a menu that I have built that is currently working fine, I am trying to add sub menu items that appear when the mouse hovers over a menu item. Does anyone know how to do this?
-3
votes
4 answers

Simple php quote syntax error on echo usage inside echo

I have no problem with creating php submenu class selected but when i try to create this submenu inside submenu: I can't get it work. Problem: Defining echo inside echo returning syntax error because of quotes.
-4
votes
2 answers

I want to open submenu on hover of menu item, but it's not opening

Hi I am making menu and submenu. I want to open submenu on hover of menu item, but it's not opening! it was wondering if you could help me on this .womendress: hover > .menu1 { display: block; } .menu1 { display: none; position:…
1 2 3
94
95