Position box in firefox extension -


trying hand @ simple firefox extensions...

i trying create second "bar" width of browser window directly above default status bar @ bottom of browser.

placing simple hbox element in overlay places second "bar" below default status bar cant seem find way move about. have tried "insertbefore='status-bar'" , such.

i have been searching while cant seem find answer seemingly simple problem...

update...heres overlay in psuedocode(im not @ machine right now)...

<overlay>    //this want second "bar" above status bar   <hbox>     //random text in here displayed in bar below default bar     // tried "insertbefore='status-bar'" in hbox tag...but had no effect..   </hbox>     //default status bar...i placed button here...   <statusbar id="status-bar">     //button element goes here , placed on right side of default status bar     // works expected   </statusbar>  </overlay> 

as said, need find parent of status bar, using dom inspector (i think it's "bottom box"), put box child of element.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -