G'day
The menus weren't display right for me in IE6 - which unfortunately is my client's main browser across its dozens of computers.
When you hovered over an item in the dropdown menu, it would lose all its padding. Also hovering over 1st level menus removed left padding.
I discovered it was treating all hover levels the same. Therefore, if I tried adding padding to 2nd level to compesae, it added it to the first level too. But this only affected IE6. FF was fine.
After much hair pulling and trying different padding and re-uploading the plugin and trying your original CSS, nothing was working. I looked at some other sites using your plug in and it didn't seem to be affecting them.
In the end, I tried changing it from a class to an id.
So I searched and replaced .menu with #menu, plus fed it div id=”menu” argument, and incredibly it now works perfectly in IE6.
But now they're not working in Firefox 3!!! All menus are appearing at level one. Arrghh!!
Any help or a fix would be appreciated.