xboxscene.org forums

Author Topic: Reorder Firefox Main Menu?  (Read 28 times)

Xombe

  • Archived User
  • Hero Member
  • *
  • Posts: 2110
Reorder Firefox Main Menu?
« on: February 14, 2007, 11:51:00 PM »

I'm currently researchig how, if possible, to reorder the main menu of Firefox.

I'm looking for:

File - Bookmarks - History - Edit - View - Tools

I've found extensions like Menu Editor and also userChrome.css edits that remove menus entirely, or mix and match into one ala TinyMenu, but I'm keen on keeping all but Help.

So, as I search the Moz forums and google, if you have any input that will help I'd appreciate it.

And if you haven't looke into Menu Editor, do so.  Great for cleaning up that clutter context menu.

https://addons.mozil...rg/firefox/710/
Logged

Xombe

  • Archived User
  • Hero Member
  • *
  • Posts: 2110
Reorder Firefox Main Menu?
« Reply #1 on: February 15, 2007, 05:55:00 PM »

CODE
#file-menu {-moz-box-ordinal-group: 1 !important;}
#edit-menu {-moz-box-ordinal-group: 4 !important;}
#view-menu {-moz-box-ordinal-group: 5 !important;}
#go-menu {-moz-box-ordinal-group: 2 !important;}
#bookmarks-menu {-moz-box-ordinal-group: 3 !important;}
#tools-menu {-moz-box-ordinal-group: 6 !important;}
#helpMenu {-moz-box-ordinal-group: 7 !important;}
Logged