You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/menu/topalignmenu.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@
26
26
</head>
27
27
<body>
28
28
29
+
<divclass="demo">
30
+
29
31
<ulid="menu">
30
32
<li><ahref="#">Aberdeen</a></li>
31
33
<li><ahref="#">Ada</a></li>
@@ -80,5 +82,11 @@
80
82
</li>
81
83
</ul>
82
84
85
+
</div>
86
+
87
+
<divclass="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>
0 commit comments