I tried insertbefore  attribe too but it doesn't works too !

<hbox id="*hbox1*">
      <label id="id1" value="1" />
      <label value="2" />
</hbox>
......
<hbox id="*hbox1*">
        <label value="3" insertbefore  ="id1" />
</hbox>

1 2 3 again instead of 3 1 2 !

any help ?




On Mon, Mar 3, 2008 at 9:01 PM, Shane Caraveo <[EMAIL PROTECTED]>
wrote:

> joe ertaba wrote:
> > It is in two different documents, it works, I Tested it , my problem is
> how
> > to change position of third label *only*
> >
>
> You can use the insertbefore attribute.  A good description of placing
> overlay elements is at
> http://www.xulplanet.com/tutorials/xultu/overlay.html
>
>
> _______________________________________________
> Project_owners mailing list
> [email protected]
> https://www.mozdev.org/mailman/listinfo/project_owners
>
_______________________________________________
Project_owners mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/project_owners

Reply via email to