Multicolor animation drop down navigation menu with jQuery

Demo1

Demo2

Usage

Add js and css files



Add html

        



Add startup script.

$(function(){
$("#webwidget_menu_dropdown").webwidget_menu_dropdown({
m_w: '100', //Menu width
m_t_c: '#FFF', //Text color
m_c_c: '#8FC45A', //Current background color
m_bg_c: '#56A901', //background color
m_b_s: '2', //Menu margin
m_bg_h_c: '#8FC45A', //Mouse hover color
s_s: 'fast', //Animation speed: slow normal fast no-wait
m_s: 'small' //Menu size:large medium small
});
});