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

In full screen mode, the address bar gets displayed very quickly when i hover my mouse there. Any setting to delay this?

  • 1 odpoveď
  • 4 majú tento problém
  • 22 zobrazení
  • Posledná odpoveď od cor-el

more options

I am using mozilla on ubuntu. Any way to delay the address bar popping up when I hover my mouse around the top area in full screen mode?

I am using mozilla on ubuntu. Any way to delay the address bar popping up when I hover my mouse around the top area in full screen mode?

Všetky odpovede (1)

more options

I'm not aware of a way to delay this.

You can disable the toggler that causes the toolbar to aapear with code in userChrome.css.


Add code to the userChrome.css file below the default @namespace line.


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

#fullscr-toggler {display:none!important}

  • create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • paste the code in the userChrome.css file in the plain text editor window
  • make sure that the userChrome.css file starts with the default @namespace line

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.