Skip to content

Commit 9e259c6

Browse files
committed
Menu demo: Added demo description.
1 parent 19a9d57 commit 9e259c6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

demos/menu/topalignmenu.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
</head>
2727
<body>
2828

29+
<div class="demo">
30+
2931
<ul id="menu">
3032
<li><a href="#">Aberdeen</a></li>
3133
<li><a href="#">Ada</a></li>
@@ -80,5 +82,11 @@
8082
</li>
8183
</ul>
8284

85+
</div>
86+
87+
<div class="demo-description">
88+
<p>Menus can use custom positioning. There is a delay before activing an item on hover and a delay before closing a menu on mouse out to allow for moving to a submenu that is not touching its parent item.</p>
89+
</div>
90+
8391
</body>
8492
</html>

0 commit comments

Comments
 (0)