This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

How do I set Firefox to start on login in full screen mode and permanently disable the tool bars?

  • 1 antwoord
  • 4 hierdie probleem
  • 1 view
  • Laaste antwoord deur cor-el

more options

I am trying to set up a touch screen windows 7 lenovo desktop for use by older users with no prior experiance of PC's. I would like Firefox to start on login and open in full screen mode, with all toolbars disabled. Is this possible? and if so how do I go about doing this?

I am trying to set up a touch screen windows 7 lenovo desktop for use by older users with no prior experiance of PC's. I would like Firefox to start on login and open in full screen mode, with all toolbars disabled. Is this possible? and if so how do I go about doing this?

All Replies (1)

more options

If you close Firefox 4 while in full screen mode then the browser should start in full screen mode the next time. That setting is stored in localstore.rdf in the Firefox Profile Folder.

If you want to prevent toolbars from opening if you hover to the top then hide the full-screen-toggler with code in userChrome.css

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


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#fullscr-toggler { display:none !important; }