en.javascript.info/02-ui/05-widgets/06-widget-tasks/09-hover-menu-onclick/task.md
Ilya Kantor f301cb744d init
2014-10-26 22:10:13 +03:00

12 lines
No EOL
419 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Вложенное меню с выпаданием по клику
[importance 4]
Создайте меню с выпаданием по клику и раскрытием внутренних пунктов при наведении.
Демо:
[iframe src="solution" height=200 border=1]
При выборе -- событие `select` с выбранным значением.
HTML/CSS -- на ваш вкус.