A default drupal installation provides menus with small icons next to each link displaying an arrow, either pointing right if it's collapsed or down if it's expanded. These arrow icons are not part of the menu link. How can I make them part of the hyperlinked menu item so that they will expand / collapse / open the associated menu item?

Comments

arhak’s picture

I'm pretty sure this won't be fixed, this is a CSS issue. When using < ul > < li > tags the bullet won't be part of the link.
Try some alternative menu related modules:
- http://drupal.org/project/activemenu (last time I checked wasn't ready to use, but it will provide you a clickable bullet)
- http://drupal.org/project/dhtml_menu (doesn't solve the bullet issue, but check it out, it will save you time)

There are many menu related modules, do some search
There is also some long thread about this issue, I don't have the link at hand, but search for it you'll find it.

ainigma32’s picture

Status: Active » Fixed

Answer provided so setting to fixed.

- Arie

Status: Fixed » Closed (fixed)

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