Cute Menu: LightweightJavaScript/CSS Menu with 8 Transitions
Embed a stylish, interactive menu effortlessly into your HTML. Cute Menu requires only JavaScript and CSS support, making it incredibly simple to integrate.
- jQuery (latest version)
- Cute Menu JavaScript file
- Cute Menu CSS simple structure
- HTML file for demonstration
- Help Documentation
- Example pages
Browser Compatibility
Cute Menu is widely supported across modern browsers. The transitions utilize CSS transitions, ensuring broad compatibility:
- Internet Explorer (6, 7, 8, 9)
- Opera (all versions)
- Firefox (all versions)
- Chrome (all versions)
- Safari
8 Defined Transitions
Choose from 8 smooth animation effects to enhance your menu:
- rollUp
- rollDown
- imageUp
- imageDown
- fadeUp
- fadeDown
- upSlide
- downSlide
Use any transition name directly in the method call, e.g., `$(“#my_ul_div”).cuteMenu(“fadeUp”);` or use its corresponding number, e.g., `$(“#my_ul_div”).cuteMenu(7);` for upSlide.