en.javascript.info/03-more/11-css-for-js/04-float/02-tree-with-multiline-nodes/task.md
Ilya Kantor f301cb744d init
2014-10-26 22:10:13 +03:00

20 lines
No EOL
797 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 3]
Сделайте дерево при помощи семантической вёрстки и CSS-спрайта с иконками (есть готовый).
Выглядеть должно так (не кликабельно):
[iframe src="solution" border="1" height=200 link edit]
<ul>
<li>Поддержка многострочных названий узлов</li>
<li>Над иконкой курсор становится указателем.</li>
</ul>
Исходный документ содержит список UL/LI и ссылку на картинку.
[edit task src="task"/]
P.S. Достаточно сделать HTML/CSS-структуру, действия добавим позже.