How do I show the bookmarks toolbar while in fullscreen on Firefox 20? In older versions you could edit the userChrome.css file. Does that still exist?

After searching for this option, it appears it was very easy to do in older versions of firefox on windows 7. Many posts say you can edit the userChrome.css file to add:
#PersonalToolbar[moz-collapsed="true"] {
visibility: visible !important;
However, on 2 machines with firefox 20, I've searched for that file and cannot find it. Does it even exist any more? if not, how can I set firefox to go to fullscreen mode and continue to show the bookmarks toolbar? Unchecking hide toolbars does not work for the bookmarks toolbar.

userChrome.css does not exist by default. You can create it; it's an ordinary text file. Note that you do need a namespace at the beginning of the file.
You could try this:
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#PersonalToolbar[moz-collapsed="true"]{
visibility: visible !important;
#navigator-toolbox[inFullscreen="true"]{
margin-top:-62px !important;
I added the second rule to prevents the toolbar area from rolling all the way up. The specific value may need to be adjusted by a few pixels depending on your toolbar heights.

Similar Messages

  • How do i show my bookmark toolbar during full screen mode?

    When entering full screen mode the bookmark toolbar disappears, then reappears when exiting full screen mode. I have tried to use the customize screen/menu and selecting the option for the bookmarks toolbar does nothing to show the toolbar during full screen use.
    No, I don't want to use the sidebar while in full screen mode either which is why I have items in the bookmarks toolbar and not in the sidebar.
    thank you

    For additional reference I am attaching screenshots of the folderpath, file, coding in the first image,
    A shot of the full screen in action with the css file in place,
    And a shot of the customize window showing that bookmarks toolbar is indeed selected but not visible during fullscreen,
    The fourth shot is FF OUT of full screen mode back in the customize screen but it shows the bookmarks toolbar

  • In upgrate 22 and 23.0 the bookmarks toolbar dissapears and after crashing firefox does not allow for recovery

    I hate this new upgrade. I basically can't use this browser anymore. I only need firefox to do a few things correctly but if it cannot do these things I cannot use it<br />
    1. If firefox crashes (which it does every 30 minutes it just closes completely) then I need for it to be able to restore / recover all previously opened windows when I start it back up again. It does not do this anymore.<br />
    2. I use the bookmarks toolbar all the time but frequently it shows up completely blank. So now the only way I can see the bookmarks is if I go to options and deselect bookmarks toolbar and then reselect bookmarks toolbar.
    This is so frustrating and worse you make it so you cant do rollbacks! That is insulting and makes me want to not use your browser. A browser is a critical tool not a toy but you guys won't stop playing with it.

    Hi joshuad31,
    Sorry you are having problems. It should not be crashing and should not be messing up your bookmarks. I do not have any such problems.
    *If Firefox is actually crashing, as opposed to hanging then a couple of the Crash IDs would help.
    ** see [[Firefox crashes - Troubleshoot, prevent and get help fixing crashes]]
    * if firefox has been frequently hanging and restarting offering the option to restore sessions then that has probably overloaded the session restore and you will need to delete the multiple copies of files.
    ** see [[Firefox hangs or is not responding - How to fix#w_delete-duplicated-session-restore-files]]'''_delete-duplicated-session-restore-files'''
    ** you will loose information doing that, normally I would suggest bookmarking the open tabs, but I am not sure that would work for you.
    To get Firefox running again you may initially need to use Firefox's safemode and disable all your plugins. Or do a reset.
    * [[Troubleshoot Firefox issues using Safe Mode]]
    *[[Reset Firefox – easily fix most problems]] (Read the warnings before you try this)
    I note you have VMware, scripting software and an enterprise edition extension. Is this machine used in an enterprise / corporate environment ?
    I will deal with the bookmarks toolbar issue later, crashing/hanging is a higher priority.

  • Version: you are editing the shared version of this page. Not able to edit the page

    Hi,
    I have a sharepoint 2010 publishing site, which i have version upgraded to Sharepoint 2013.
    I have the below features already activated:
    1.Activate office sharepoint publishing infrastructure feature at site collection level.
    2. Activate office sharepoint publishing feature at site level.
    Also, versioning is enabled in the pages - document library settings.
    The page does not seem to be checked-out by anybody else, and I am trying to edit the page using the system account.
    I am not able to modify the page, and the ribbon does not show up.
    What am i missing?
    Thanks

    This is not an error message but simply letting you know you are making changes to a page that will affect everyone viewing
    the page vs. a personal view.
    See more at:
    http://www.go4sharepoint.com/Forum/version-editing-shared-version-page-7439.aspx#sthash.P2ZfVOBm.dpuf
    http://office.microsoft.com/en-us/windows-sharepoint-services-help/about-web-part-page-personal-and-shared-views-HA001160936.aspx
    Mark ANSWER if this reply resolves your query, If helpful then VOTE HELPFUL
    INSQLSERVER.COM
    Mohammad Nizamuddin

  • How do I add a bookmark to the Bookmark toolbar permanently and delete it from the Recntly Bookmarked list?

    It seems to me that in a previous version of Firefox that one could add a bookmark to the Bookmarks Toolbar and have it stay there.
    I like to keep things neat and tidy. Now when I delete this bookmark from the Recently Bookmarked list (or the Unsorted Bookmarks list), Firefox insists only deleting it from the Bookmarks Toolbar as well.
    How do I add a bookmark to the Bookmarks toolbar and keep it there? Am I required to keep it in the Recently Bookmarked and/or Unsorted Bookmarks list in order to have it remain on the Bookmarks Toolbar?

    * "Most Visited" and "Recently Bookmarked" and "Recent Tags" are examples of so called [[Smart Bookmarks folders|Smart Bookmarks folders]] and are not real existing folders.
    * Smart folders show a list created by a query of the places.sqlite database that stores bookmarks and history in Firefox.
    * Smart folder lists show a maximum of 10 entries by default.
    * Bookmarks and history items that show up in a smart folder list are stored elsewhere in another folder and any changes made are applied to the real bookmark or history item.
    * If you remove an entry then the list is shifted up and a new entry that wasn't shown previously is added to show 10 entries.
    * If you add a new bookmark or visit a website then a new item is added at the top and the entry at the bottom disappears from that list.

  • How can I convert my Bookmarks toolbar to small ikons only in F4

    Firefox 4 has converted my Bookmarks toolbar from small ikons only in Firefox 3 (last version) to names only. How can I display it again in small ikons only.

    How did you get only the names in Firefox 3.6.x ?
    Firefox shows the names and icons by default on the Bookmarks Toolbar.
    Did you have an extension or did you use code in userChrome.css to change that behavior?
    Add code to userChrome.css below the @namespace line.
    * http://kb.mozillazine.org/userChrome.css
    * http://kb.mozillazine.org/Editing_configuration
    * ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #personal-bookmarks .toolbarbutton-text { display:none !important; }
    </nowiki></pre>

  • I have a theme, that shows more of it self, the more tool bars I have open so in an older version I added many blank tool bars, how can I do this?

    Had to reinstall OS and everything on it including fire fox, but nothing looks the same.
    I think I was using version 28, I had like six blank tool bars, and now with the customize feature I don't know how to get them back.
    I'm also missing the large Icons for Home, back forward like I had in 28, and I can't find a refresh button anywhere that isn't a part of my address bar.
    Is there any way to fix all this?

    The Classic Theme Restorer add-on provides most features you're looking for.
    * [[How to make the new Firefox look like the old Firefox]]
    With Classic Theme Restorer, you can only have one additional toolbar though. You could use a user style to enlarge the last toolbar instead. For example, if the last toolbar is the Bookmarks Toolbar:
    # Install Stylish and restart Firefox when prompted.
    #* https://addons.mozilla.org/firefox/addon/stylish/
    # Click the ≡ Menu Button and choose Add-ons.
    # In the Add-ons Manager, click User Styles on the left.
    # Click the Write New Style button at the top. Paste the following in the text box, give the style a name, then click the Save button.
    <pre><nowiki>
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    #PersonalToolbar { padding-bottom: 100px !important; }
    </nowiki></pre>
    If you don't want to install an add-on, you can use the ''userChrome.css'' file instead, but I don't recommend it.
    * http://kb.mozillazine.org/UserChrome.css

  • Printing from the print icon on the Bookmarks toolbar produces gibberish. Printing from Firefox, print works fine

    I am using the final release of firefox 4.0, and when I print using the print icon on the Bookmarks toolbar, all I get is gibberish....random letters scattered on the page. But if I click on the Firefox tab and Print from there, the page prints fine.

    Same problem, could not print web page. Deleted HP Smart Web Print program. Print function worked after removal. Firefox 4 Beta 8

  • How can I change order of songs in a playlist from alphabetical. I'm using v. 10.7. In a previous version I could drag the songs into any order, but this doesn't work anymore.

    The playlists in version 10.7 always put the songs in alphabetical order rather than the order in which I add them. With my older version I could re-order them by dragging them. With this one they just pop back into alphabetical.

    It turns out that by clicking a little arrow to the left of "name" on the header, the titles can be unalphabetized.

  • How can I show the bookmarks toolbar in Firefox 6 all the time?

    The bookmarks toolbar is hidden by default in Firefox 6, and "view bookmarks toolbar" will only show it until a link is clicked or the tab is changed. How can I display the bookmarks toolbar in Firefox 6 all the time?

    On your toolbar area right click an empty space and open Customize.
    Then drag the bookmark icon up to your toolbar area and drop.

  • When I want to add items to the bookmarks toolbar, for example: -Zoom toolbar. The zoom Toolbar appears on the bookmarks toolbar, but it shows the favicons aswell the underlined text. I only want the favicons. How to do this, please help!!

    I want to add items to the bookmarks toolbar. for example: the Zoom Toolbar addon. This works, but not only the favicons appear on the bookmarks toolbar, aswell as the underlined text. How to avoid this?
    I only want the favicons from an addon to appear on the bookmarks toolbar, not with the underlined text. How to do this?
    This problem doesn't happen with any other toolbar. And this problem didn't happen with an earlier version of firefox. Please Help!
    Thanx, BassMann.

    If you only want the favicons and not the names of the bookmarks on the bookmarks toolbar, you can do that with the [https://addons.mozilla.org/en-US/firefox/addon/4072/ Smart Bookmarks Bar] add-on.

  • How do I get my 8 most-used bookmarks to show on the bookmark toolbar in version 29?

    I was automatically upgraded to Version 29. I have always used the bookmark toolbar to keep my 8 most-used bookmarks one click away. I can't figure out how to do that any more.
    There are other changes that I dislike, and the classic theme restorer add-on was able to take care of the. But this one item is a deal breaker for me. Fortunately, I found and downloaded version 28 today. If I can't get this issue resolved, I will step back for now.
    Not all of us have Windows 8 and touch screens!!!!!!!!!!!!

    What is the problem, exactly? Is the Bookmarks Toolbar not displayed? Simply right-click an empty area of the tab bar and make sure "Bookmarks Toolbar" is checked.
    * [[Customize Firefox controls, buttons and toolbars]]
    Firefox 28 isn't safe to use. It contains security vulnerabilities.
    * https://www.mozilla.org/security/known-vulnerabilities/firefox.html

  • I can not pin bookmarks to 2 new toolbars that I created & it will not show those toolbars in the toolbar menu, how can I get these to show up in the toolbar menu to allow me to pin bookmarks to them it is only showing the bookmark toolbar its full.

    I have tried to drag and drop the bkmks to the TB and it will not allow that either. Neither show up in the menu when I am adding a bkmk.

    See Multirow Bookmarks Toolbar: https://addons.mozilla.org/firefox/addon/6937
    You can't place bookmarks on a new toolbar. You can only place a bookmark on the toolbar that has the "Bookmarks Toolbar items" on it.

  • How do I get the bookmarks toolbar to show on top like before?

    I can only get my bookmarks to show up in the library or in the library on the sidebar; I want them on top in a toolbar format.

    Check that the Bookmarks Toolbar is visible and that the "Bookmarks Toolbar items" is still placed on the Bookmarks Toolbar.<br />
    If the menu bar is hidden then press F10 or hold down the Alt key, that should make the "Menu Bar" appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    * Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout" (Linux, Windows)
    * Check that the "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    * If the "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the toolbar palette in the customize window to the Bookmarks Toolbar
    * If you do not see the "Bookmarks Toolbar items" or other items that are missing in the toolbar palette or on a toolbar then click the "Restore Default Set" button
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • How can I remove the "Show more bookmarks" button in the Bookmarks Toolbar?

    I am using the location bar (address bar) and the bookmarks toolbar side by side and it is good that they are flexible. When I add a bookmark to the bookmarks toolbar, the address bar shrinks. But I do not see all the bookmarks on the bookmarks toolbar. One of the bookmarks is always hidden under the "Show more bookmarks" button. Is not there any way to avoid this.
    You can see the toolbars in this pic: http://img192.imageshack.us/img192/7026/firefoxuq.jpg

    Are you using an extension to hide the bookmark names or code in userChrome.css ?

Maybe you are looking for

  • Item Category determination using item usage

    Hi All, We have a scenario where we need to derive item category based on Item usage. We have defined a function module to derive at the item usage. Now we need to derive the item category based on this usage. We were able to do this and we are able

  • Create unique index on flow table

    Hi I always get this error 'Create unique index on flow table ERROR" while implementing SCD2. Please help me.I have made an Update Key which is a combination of 4 columns that want a new row to be inserted if there is a change in data.One of the abov

  • Can I merge two photos vertically instead of horizontally?

    Can I merge two photos vertically instead of horizontally?

  • Error starting 4.0 console on Solaris 10

    When I bring up the console (es-start -c -- -p 1611) the login window appears, and after I enter the username, password, and server name, I get the following text in a popup window: WARNING Communication could not be established with the server. The

  • I movies work with sound in quicktime but not in imovie hd!!!

    I have clips that worked in imovie hd before but all of a sudden the sound will not work, but they will work in quicktime....any ideas?