General
This is a very nice animated dropdown menu. Highly customizable, using unobtrusive JavaScript and CSS. Easy to implement.
Notes
- Created by: SCL Software
- Web Site: http://www.sclsoftware.com/en
- Posted: October 1, 2008
- To display the menu from bottom to top:
menu.bottomToTop = true;- To set CSS styles to the menu:
menu.menuCssClass = 'menuCssStyle';menu.menuItemCssClass = 'menuItemCssStyle'- To display the menu without the animation:
menu.animationType = 0;
Source Code
Paste this source code into the designated areas.
External file
Paste this code into an external JavaScript file named: sclmenu.js
CSS
Paste this code into your external CSS file or in the <style> section within the HEAD section of your HTML document.
Head
Paste this code into the HEAD section of your HTML document.
Body
Paste this code into the BODY section of your HTML document
Do you write JavaScripts?
If you do, why not submit them to us?
We'll give you credit and a link back to your Web site.
