Hi! I was able to create a Jquery accordion mega menu type in Drupal.

http://demo.kdwebhost.net/

​I need help on:
1) Making it retracted by default
2) Displayed as Multi-column menu (see attached screenshot)

Any ideas? Thanks!

Comments

kuydigital’s picture

I tried using "float: left;" on my

li.expanded {
}

Jquery seem to conflict with the css property. :(

kuydigital’s picture

Used

.ui-accordion li {
    display: -moz-inline-grid;
}

But it only works for Firefox :(

solotandem’s picture

Status: Active » Closed (duplicate)