Hi,
I found your smartmenu today and had a look at it. I like it a lot!
There are a couple of things we hope to be able to do.
1. Auto open an ítem on load. I managed to do that using itemActivate() and focus(). On a first level sub ítem this works well. But when using this on a sub sub ítem, there is a gap of about 10 pixels between the first and second sub menu. Any ideas?
2. For some li items we like to add and icon right aligned. I tried something like
<a>Introduction <img src="../../../images/tick.png" /></a>
Which seems to work. However, it seems the sub menu width is set relative to the widest li ítem, which I like, but if that widest li ítem includes the icon, the icon is displayed on a new line. How would you recommend doing this?
Thanks!
Raoul
Edit: it seems some HTML code is not coming through, the image tag includes float:right