The popular Web browser Mozilla Firefox offers its users the ability to customize many of its features. Users can select "personas" as well as choose default font sizes and window behaviors. One of the many things you can do is increase the status bar height by modifying the Chrome file.
- Difficulty:
- Moderate
Instructions
-
-
1
Locate your Firefox profile folder. In Windows XP and later, you can find this folder by clicking the "Start" button and then "Run." Type "%APPDATA%" into the text box and hit "OK." A Windows Explorer window will appear. Select "Mozilla" > "Firefox" > "Profiles." Each individual user of your computer will have a separate profile.
-
2
In the Profile folder, locate a file called "userChrome.css." Open the file using Notepad or another text editor. If you do not already have this file, open the file called "userChrome-example.css" and follow the instructions for creating a new file.
-
3
To increase the status bar height, enter the following code exactly after the opening lines:
/* change status toolbar height and font */
#status-bar {
height: (new number) px !important;
}
-
4
To make the status bar noticeably larger, you will need to choose a number larger than 25 pixels.
Read Next:
-
How to Remove Address Bar in Firefox Using Javascript
Create the window.open function. The following code opens a window for your readers and eliminates the address bar: window.open("myHTMLFile.htm",null,"height=200,width=400 ...
-
How to Easily Enlarge Images for Free
Resizing an image changes the dimension, resolution and file size. Microsoft Paint is a Windows application that allows you to edit, change...
-
How to Make Icons Smaller in Firefox
Making your icons smaller in Firefox can add space to your browser window and streamline your web-browsing experience. Smaller icons also gives...
-
How to Increase Text Size in Mozilla Firefox
Only a few different fonts make up the majority of text in most webpages. Often webpages become distorted as the page is...
-
How to Increase the Height of Tables in MySpace
The tables on your MySpace page control the display of elements, such as the "Contact" section, on your profile. This well-known social...
-
How to Remove Yahoo From the URL Search Bar in Firefox
Firefox has the ability to install extensions that increase the functionality of the browser. Some extensions can help when you are searching...
-
How to Find the Tool Bars on Firefox
Mozilla removed some of the toolbars that appeared standard on previous versions of Firefox from Firefox 4. The only toolbar activated by...
-
How to Change a Js Variable From an Address Bar
JavaScript is a Web programming language that adds interactivity to Web pages. JavaScript runs inside an HTML page or in a separate...
-
How to Create a Browser With No HTML Address Bar
Between multiple menus, an address bar, a bookmarks bar and more icons than most of us will ever use, a typical browser...
-
How to Embed AVI Players in Web Pages
Videos that are formatted as .avi files are often uploaded online and can be used as video and audio files for Web...