getElementById a XBL bound XUL element
问题 I'm trying to access a XUL element which was XBL bound. I want to controll it from the javascript. This is the binding. <binding id="imip-throbber"> <resources> <stylesheet src="chrome://lightning/skin/lightning-widgets.css"/> </resources> <content pack="center" align="center"> <xul:image anonid="loading-throbber" src="chrome://global/skin/icons/loading_16.png" hidden="false"/> </content> </binding> This is the CSS binding imip-throbber { -moz-binding: url(chrome://lightning/content/lightning