Where did you get the id "context-sep-properties"? You must use an ID that already exists in the XUL being overlaid.
--- "Amin Eft..." <[EMAIL PROTECTED]> wrote: > what is the problem with this code > it is shown in down of the list > > > <popup id="contentAreaContextMenu"> > <menuitem > id="context-PH1" > > insertafter="context-sep-properties" > label="1" > "/> > <menuitem > id="context-PH2" > > insertafter="context-sep-properties" > label="2" > > "/> > </popup> > > > On 6/2/07, Michael Vincent van Rantwijk <[EMAIL PROTECTED]> > wrote: > > > > InBasic wrote: > > > in my extension there is one item that overlay to > contentAreaContextMenu > > > > > > but after running i see that it is the last item in context menu > , how > > > can i > > > move it upper ? > > > > Use the 'insertbefore' attribute like this: insertbefore="targetid" > > > > Make sure to bookmark these two links: > > > > http://www.xulplanet.com/ > > http://developer.mozilla.org/en/docs/Main_Page > > > > _______________________________________________ > > 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 > _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
