Could you move it down when you mark something and right click?
Maybe below the line?
If you look in ".\content\autoit\autoitOverlay.xul" you will find the following line (I will explain this further below).
<menu id="autoitmenu" label="AutoIt" accesskey="A" insertafter="context-stop">
You can change "context-stop" to a different context id, or you can completely omit the "insertafter" command to place it at the bottom.
I wasn't using the new theme before and the icons didn't show up. But now they do. Might be something to look into.
I did some more research and found two classes (menu-iconic & menuitem-iconic) that enable menu icons for specific menus. This is included in the new version, thanks.
This is awesome.
Is there anyway to see the code so that I could try doing this for other programs?
Yes, xpi files are just zip files with a different extension. I would suggest installing
7-Zip and using that to open/edit the extension. Inside the xpi file there is a jar file which is also just a zip file, this is where most of the content you will need to edit is.
---
Uploaded new version (v1.0.1) which fixes the icons not showing in most themes.
---
Thank you all again!
Edited by big_daddy, 21 March 2007 - 11:40 PM.