Using this module with the Nice Menu module seems to ignore the CSS of Nice Menu.

Specifically, I am using a horizontal format drop down menu with Nice Menu. If I use a Menu Item Container, the size of the formatted item is different from the other items in the Nice Menu. The menu functions properly, but the styling is changed.

Comments

JohnAlbin’s picture

Category: bug » feature

Yeah, the styling is probably off because the containers are not links. And the CSS probably applies to a:link, etc.

Not sure what to do about it. The CSS of Nice Menus likely needs to be altered to apply to containers.

JohnAlbin’s picture

Oh, alternatively, you could override the CSS in your theme or override theme_menu_item_container() in your theme's template.php to make the containers output actual links (maybe pointing at “#”?).

JohnAlbin’s picture

Title: Interaction with Nice Menu » Interaction with Nice Menus

Better solutions are more then welcome, btw! :-)

JohnAlbin’s picture

Title: Interaction with Nice Menus » Add styling for Nice Menus
Status: Active » Fixed

Hmm… since Nice menus has 36000+ installations, I guess the onus is on me to provide support for that module and not the other way around. :-)

Fixed. http://drupal.org/cvs?commit=487484

stevethompson’s picture

Works great now. Thank you very much.

Status: Fixed » Closed (fixed)

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