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

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -