One toolbar button in my extension window has a <menupopup> element associated with it; i.e., <toolbarbutton type="menu">. The CSS -moz-box-orient attribute for all <toolbarbutton> elements is set at vertical, so that the toolbar button caption appears below the button image.

However, the drop-down marker (the little arrow on the button that indicates that a menu will appear if the button is pressed) is aligned vertically as well, below the button caption. Changing -moz-box-orient to horizontal will align the drop-down marker correctly, but now the button captions are aligned horizontally, which is not what I want.

How do I get the drop-down marker on the toolbar button to appear to the right of the button image while keeping the button caption below the button image? Thanks.
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to