By electronicmonkey on
I tried to use Nicemenu as my horizontal menu in Drupal 5 installation. I get the collapse/dropdown in IE6 but in Firefox . Someone told me that Nicemenu is not ready for Drupal 5(or 6 for that matter) . Can someone suggest an alternative module that does same trick.... or another way to achieve what I want ( a horizontal menu bar with two levels of submenu)
Comments
Custom CSS
Drop down menus can be easily created in CSS, with a little magic. Something like
etc. etc. This is rather limited, however, since IE6 doesnt respect it. You will need a 3rd party js file of some sort to get IE6 to work, and to get all of nice menu's features, you will have to hand code some php.