Well, Nice Menus and DHTML Menu do make menus out of lists. But, I think you're trying to take something output from Views and use that as a menu. Interesting idea.
You can write something custom using Superfish as the basis for your JavaScriptie goodness. It would need to be custom though.
Thanks Matt, I eventually figured I'd need to do it myself, but was thinking more along the lines of a module to convert an HTML list to a Drupal menu...
Writing my own jQuery sounds a lot easier though. However I feel more inclined to do something similar to DHTML Menus than a drop-down Suckerfish menu.
I've posted my first jQuery question here with probably more to come ;)
Thanks again!
There are lots of great modules that make menus look and act nicer (e.g. Nice Menus and DHTML Menu).
The problem is that these modules don't work with HTML lists (
<ul>, <ol>, <dl>, etc.). Lists are the closest thing to a menu you can output from Views, but then they can't be styled using these modules.Has anyone had this same problem before? What did you do about it?
Does anyone know of a way to possibly convert lists to Drupal menus so these sorts of modules will work on them?