clickMenu update -> 0.1.1

Here’s a little update for the plugin. Thanks for pointing out some problems.

Demo

Files: (new version here)
clickmenu.js (8kb)
clickmenu.css (2kb - it won’t work without this)

Changelog:

  • change: the width of the submenus is no longer fixed, the elements can use as much space as they need (fix for overflowing list elements)
  • change: the submenu-arrow is now an img, not the background-img of the list element - that allows better positioning, and background-changes on hover (you have to set the image through the arrowSrc option)
  • fix: clicking on a clickMenu while another was already open, didn’t close the open one
  • change: clicking on the open main menu item will close it
  • fix: on an open menu moving the mouse to a main menu item and moving it fastly elsewere hid the whole menu

Known (and worked on) problems:

  • there is still a memory leak somewhere, and thus it’s slowing the browser down
  • the css-defined min-width is not working on ie, what may make the submenus too narrow

2 Responses to “clickMenu update -> 0.1.1”

  1. Hey, nice plugin, i notice issue in IE6 (win xp sp2) with the Bookmarks menu is not loading correctly as it is in ff, and No Level menu highlight overlaps the bookmarks menu foldout panel, odd. yet works good in ff, how about a timer to auto load the menu if mouse hovers over it for few sec? thanks,
    Nilesh

  2. Hi nilesh, thanks for pointing out that issue. I’m having that too - some of the issues with the IE are really a pain in the neck! ;p

    I’ll try to make an option for the timer thingy.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
Syntax Highlighting: You can use [js] .. [/js] and [html] .. [/html] for posting code snippets.