jQuery Plugin: Fish-Menu
Here we go, at it again with a new plugin called fish-menu heavily based on jquery.ui.potato.menu by Makoto_KW
I’ve modified the code in many ways, adding a few features such as:
- hoverIntent Support
- Drop-down textual marker, such as »
- Miniaturization, helps speed download
- No jQuery UI, helps reduce HTTP requests
Use is as easy as the original potato menu, by simply using nested unordered lists, like this:
And then throwing some javascript/css at it like this:
and Ka-Pow, drop-down jQuery menus in 2.66KB (minified)
I have noticed a bug in ie6 (it exists in the original potato menu too) and I can’t really figure it out, the li’s in the sub-nav appear to float left, if anybody has any insight let me know (it’s not the pseudo-element bug)