fullscreenchange - firefox browser settings to avoid appearance of menu bar or task bar in full screen when pointing mouse on the top of the screen -


i using firefox 3.0 in rhel6.2.wwhen press f11, fullscreen mode appears, if mouse pointer goes top of screen @ fulscreen mode task bar appears. want avoid appearance of bar. have searched net got answers how show them in full screen. please suggest me settings need do.

go ~/.mozilla/firefox/<profile folder>/chrome/ (check in profiles.ini profile using), , put piece of code in userchrome.css (create 1 if doesn't exist)

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

source: https://support.mozilla.org/en-us/questions/942904


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -