Currently all image menus must be of the same alignment i.e. ALL vertical or ALL horizontal.

Can this setting be made menu specific so that image menus can be used both in the header (horizontal) area and in the sidebars (vertical) on the same site.

CommentFileSizeAuthor
#3 imagemenu-5.x-1.1.256408.patch2.86 KBdrasgardian
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kayukoff’s picture

Ok, it will come soon in new release.

lauramba’s picture

Thanks Kayukoff! I love your Imagemenu!

drasgardian’s picture

Here's a patch I made to do this with drupal 5.

Some changes have been made to the imagemenu.module file and also an extra column has been added to the database table.

I have never made a patch file before so if anyone uses this please post back and let me know if I did it right or not.

Drasgardian.

Edgar Saumell’s picture

Subscribing...

Edgar Saumell’s picture

Any progress here?

wickedskaman’s picture

You know in the meantime you can make horizontal menus using CSS:

#navigation-block-you-defined li {
  float:left;
}

The imagemenus module simply adds inline float:left to each li element in the menu's ul.

pobster’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing as D6.x is now unsupported.