XUL toolbarbutton image Netscape Install
"Tom Lee" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpinstall |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Can anybody give me a small example on how and where I am suppose to install the toolbar button image. This is an example of my XUL definition. <toolbarbutton label="MyLabel" image="logo.gif" tooltiptext="Copy" oncommand="Execute.CutText()"> </toolbarbutton> If I directly load the XUL file into Netscape the button image is present. I think I just need to understand how and where to put the button image. When I install my toolbar now, all that shows is the button label. Any help would be greatly appreciated.