Menu demo: Added demo description.

This commit is contained in:
Scott González 2012-09-06 21:54:22 -04:00
parent 19a9d57868
commit 9e259c6e53

View File

@ -26,6 +26,8 @@
</head>
<body>
<div class="demo">
<ul id="menu">
<li><a href="#">Aberdeen</a></li>
<li><a href="#">Ada</a></li>
@ -80,5 +82,11 @@
</li>
</ul>
</div>
<div class="demo-description">
<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>
</div>
</body>
</html>