328944-1.xhtml (482B)
1 <?xml version="1.0"?> 2 <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?> 3 4 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 5 6 <script> 7 8 function gE(i) { return document.getElementById(i); } 9 10 function init() 11 { 12 gE("button").insertBefore(gE("popup"), gE("hbox4")); 13 } 14 15 window.addEventListener("load", init, false); 16 17 </script> 18 19 <menupopup id="popup"/> 20 21 <button id="button"><hbox/><hbox/><hbox/><hbox id="hbox4"/></button> 22 23 </window>