I had an issue with ie6 dropping all but the first submenu (vertical).
Issue was traced to removing background on ul.nice-menu li selector (nice_menu_default.css about line 45 or so - i removed it so not sure exactly)
To fix this, the used a transparent spacer as a background image:-
ul.nice-menu li {
background: url(path/to/image/spacer.gif);
}

Surprised no-one else has come across this bug. Very frustrating and time-consuming!
Someone may be able to explain why this happens - I'm just happy to find a solution.
Cheers

Comments

teedave’s picture

sorry, this comes across as a nice-menus bug, when in fact i would say it is an ie6 bug.
nice-menus rocks, thanks for those who put in the hard work.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.