Wednesday, May 22, 2013

How to enlarge the size of your toolbars in Chrome & Firefox

According to www.ehow.com, you can edit the sizes of your toolbars in both Google chrome& Mozilla Firefox..Firefox versions prior to Firefox 4.0 have a menu bar at the top of the application that allows you to access the "File," "Edit," "Tools" and other menus. 

If you find your menu bar in Firefox smaller than you prefer it, you can edit the size of the bar with the userChrome.css file, a Firefox configuration file that allows you to change any aspect of the browser using CSS code. Accessing and editing your Firefox configuration file gives you complete control over how large you want the menu bar to appear

1.   Click on "Start" and select "Computer."
2.   Go to the following location on your computer: "C:\Users\{Windows Profile Name}\AppData\Roaming\Mozilla\Firefox\Profiles\{Firefox Profile Name}\Chrome."
3.   Locate the "userChrome-example.css" file. Right-click the file and select the "Rename" option. Rename the file "userChrome.css."
4.   Right-click the file and click "Open With." A new window will appear. Select "Notepad" and click "OK" to open the file in Notepad.
5.   Add the following code to the bottom of the file: /* Large Menus */ menubar, menubutton, menulist, menu, menuitem {font-size: 4mm !important;}
6.   Replace "4" with the font size in mm that you want to change the menu bar to.
7.   Click "File" and select "Save." Launch Firefox to view the changes to the menu bar.


For more information on this topic, go to this link at... www.ehow.com:.

How to Edit the Menu Bar Size on Firefox or Chrome | eHow http://www.ehow.com/how_8626717_edit-bar-size-firefox-chrome.html#ixzz2U1lYWuMe

No comments:

Post a Comment