add buttons to menu bar ?

User Help for Mozilla Firefox
cxmacleod
Posts: 46
Joined: March 31st, 2011, 6:14 pm

Re: add buttons to menu bar ?

Post by cxmacleod »

Frank Lion wrote:
cxmacleod wrote:What I did was right click and open in new tab. The address is file:///C:/Users/Owner/Desktop/Personal%20Folder/_Firefox/Bookmarks.html[/color][/b], but the button does not work.
Could be the Windows space character (%20) in the path and you can try changing the name of that folder to Personal-Folder. But, it's more likely that extension is only geared up for http and https entries.

Add your local file to your Home button, where I know it'll work. Don't forget you can have multiple pages/entries on a Home Button.

As you'll appreciate, your wants here are very 'edge case' and I'm busy. I'll leave you to it, good luck.
I tried changing the %20 to space and changing the folder name to a single word. Neither worked, so, you're probably right about the http and https entries.

I don't want to add my Bookmarks to the home button. I prefer my Home to be a blank page. I like to open the bookmarks in a Firefox window when I need to search, because of the flaw in Mozilla's bookmark search. It only finds entries, not folders.
cxmacleod
Posts: 46
Joined: March 31st, 2011, 6:14 pm

Re: add buttons to menu bar ?

Post by cxmacleod »

CaJazzman wrote:cxmacleod this is how my userChrome.css, looks like:

Code: Select all

/* Firefox userChrome.css */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* FILL BOOKMARK FOLDERS WITH GIVEN COLOUR */
/* THIS ALSO WORKS WHEN USING "Show All Bookmarks" */
.bookmark-item[container], treechildren::-moz-tree-image(container) {
  fill: orange !important;
}

/* tabs on bottom */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10}
#toolbar-menubar .toolbarbutton-text { display: block !important; }
#nav-bar .toolbarbutton-text { display: block !important; }
/* Search Bar width */
.searchbar-textbox {
max-width: 500px !important;
min-width: 300px !important; }
 .tab-background {
border-radius: 16px 16px 0px 0px !important;
border-image: none !important; }

.tab-line {
display: none; }
#TabsToolbar {-moz-box-ordinal-group:1000!important}?
You could copy and paste it, to see if it's what you want. 8-)
You never answered my question about what this does. I don't want to add this not knowing the purpose.
cxmacleod
Posts: 46
Joined: March 31st, 2011, 6:14 pm

Re: add buttons to menu bar ?

Post by cxmacleod »

Well, no one has given me a real answer, so I ask again...

Can a button be made that is not just an icon? I want something like what you see on the menu bar. A plain text button, or even text with an icon to the left.
Post Reply