Forum     

Go Back   Digit Technology Discussion Forum > Community > Tutorials
Register FAQ Calendar Mark Forums Read

Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 26-02-2010, 09:14 PM   #1 (permalink)
Apprentice
 
ritesh.techie's Avatar
 
Join Date: Jul 2009
Location: Bhopal, India
Posts: 99
Default Advance Tweaking: Firefox Menus


Check out the Basic level tweaking here

You can tweak your menus using userChrome.css file. userChrome.css is a CSS file that can be used to change the way Mozilla Firefox interface look. But to edit it you need to locate it first.

For Windows XP users:

C:\Documents and Settings\\Application Data\Mozilla\Firefox\Profiles\

For Windows Vista and Seven Users:

C:\Users\\AppData\Roaming\Mozilla\Firefox\Profiles \

Or

1. Press WIN + R and type %Appdata%
2. Then navigate to Mozilla\Firefox\Profiles\lpg7v146.default\chrome
3. Here create a file named “userChrome.css”

The easiest way to hide a menu item is using the Label attribute.

For example, if you want to hide the “View Page Source” menu item from the right click context menu than use

Quote:
menuitem[label="View Page Source"] {display: none !important; }
How to Hide Menu Bar completely?

Quote:
#toolbar-menubar { display: none !important; }
Hide selected browser menus

Quote:
#navigator-toolbox menu[label="File"],
#navigator-toolbox menu[label="Edit"],
#navigator-toolbox menu[label="View"],
#navigator-toolbox menu[label="Go"],
#navigator-toolbox menu[label="Bookmarks"],
#navigator-toolbox menu[label="Tools"],
#navigator-toolbox menu[label="Help"]

{ display: none !important; }
Remove Items From Right Click Context Menu



Quote:
#context-back,
#context-forward,
#context-reload,
#context-stop,
#context-sep-stop
{ display: none !important; }
After applying this code



So what are you gonna hide in Firefox Menu or what do you want to hide?

Source: beingPC.com
__________________
Get all latest tips and tricks at http://beingpc.com/
ritesh.techie is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox 3.6 and the future of Firefox xitij2000 Reviews 32 01-03-2010 07:32 PM
Make Firefox Look Like Internet Explorer praka123 Tutorials 14 18-11-2008 09:28 PM
More Firefox Bloat? Say It Ain't So, Mozilla morpheusv6 Technology News 11 27-05-2007 11:43 PM
I want to try firefox but.... tarey_g Internet & WWW 11 11-11-2006 10:14 PM
Everything about firefox (almost) rajat22 Software Q&A 9 08-05-2006 02:24 PM

 
Latest Threads
- by Krow
- by clmlbx
- by Who
- by Tech&ME
- by icebags

Advertisement




All times are GMT +5.5. The time now is 08:47 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2