This is a Window release problem (I don't know on Linux), but I have
some menulist with icon, and it's working fine on Mac.
I use
element = menu.appendItem(aTitle, aValue);
element.setAttribute("class","menuitem-iconic");
element.setAttribute("image",aUrl);
Didier
--- David Murray <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm trying to add icons to menuitems that are in a drop-down
> menulist.
> I've tried all sorts of stuff, but can't seem to get it to work. I am
>
> able to get icons to appear for the currently selected item, but not
> for
> all the ones in the list (see screenshot).
>
> I'm able to do this by setting a list-style-image style attribute for
>
> all of the menuitems, and then using the oncommand for the menulist
> to
> copy the style attribute to the menulist itself, which gives icons
> for
> the menulist. But I cannot figure out how to get icons for the
> menuitems
> to appear (I have tried setting the style to menuitem-iconic and
> everything, but get nothing). Has anyone been able to achieve what
> I'm
> trying to do? If so, can you please tell me how?
>
> David.
> > _______________________________________________
> Project_owners mailing list
> [email protected]
> http://mozdev.org/mailman/listinfo/project_owners
>
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners