Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Auto Hide FF Bookmarks Toolbar

  • 2 odpovede
  • 1 má tento problém
  • 7 zobrazení
  • Posledná odpoveď od Yaron

more options

Hi,

I've added the following code to userChrome.


#PersonalToolbar
{
  visibility: collapse !important;
}


#navigator-toolbox:hover > #PersonalToolbar
{
  visibility: visible !important;
}

I'd like the toolbar to appear only when hovering on the url bar or the title bar. Is that possible?

Thanks.

(2 # disappeared for some reason.)

Hi, I've added the following code to userChrome. <pre><nowiki>#PersonalToolbar { visibility: collapse !important; } #navigator-toolbox:hover > #PersonalToolbar { visibility: visible !important; }</nowiki></pre> I'd like the toolbar to appear only when hovering on the url bar or the title bar. Is that possible? Thanks. (2 # disappeared for some reason.)

Upravil(a) cor-el dňa

Všetky odpovede (2)

more options

You won't be able to click on that toolbar if it only appears while you hover elsewhere.

more options

Thanks for our time and help.

I think that with some seconds delay - I would be able to click on the toolbar. wouldn't I?