Firefox is a great web browser and one of it’s coolest features is the customizable search bar (located to the right of the address bar). However, in my opinion, the search bar is too small. It’s fine for typing in one word search phrases, but anymore than two search words get truncated. Here is a short tutorial that will show you how to make the search bar larger.
To make the search bar longer, we need to add a couple of CSS rules to a file named userChrome.css. This file is located in your profile directory and can sometimes be hard to find. So our first task will be to install the Chrome Edit extension to make finding and modifying this file easier.
You can install the Chrome Edit Extension from : http://downloads.mozdev.org/cdn/chromedit/chromedit.xpi
After installing the extension, restart Firefox.
Next, click on the Tools menu and choose Edit User Files. You will be shown a new window that has five tabs on it. These tabs represent all of the user files that you can modify to customize the Firefox browser. The first tab will be named userChrome.css – this is the file that we want to modify.
Scroll to the end of the file and add the following CSS rule:
/* Make the Search box flex wider(in this case 400 pixels wide) */
#searchbar {
-moz-box-flex: 400 !important;
}
#search-container {
-moz-box-flex: 400 !important;
}
Save the file, by clicking the Save button at the bottom of the Chrome Edit window and restart Firefox.
Now you will notice that your search bar is bigger, and in fact will resize itself as you resize the browser window.
Via DigitalMediaMinute.
Wednesday, November 28, 2007
How to resize the Firefox Search Bar
Subscribe to:
Post Comments (Atom)
Related Articles by Labels
firefox
- Download mp3s and automatically add them to Itunes with Tunestor
- UnPlug
- Small tip for quick download in Firefox
- Personas for Firefox
- Boost your productivity in Firefox, IE
- hideBad
- Firefox flaw allows PayPal hack, says researcher
- Firefox Hit With Spoofing Bug
- Switching to Firefox 2.0 from Firefox 1.5 (or lower).
- Save the bookmarks in Firefox
- How to set the home page for Firefox?
- Troubleshooting Firefox hanging issues
- How to prevent PDF's from freezing FireFox?
- Extend Firefox 2 is Here!
- First look: Safari 3 beta on Windows vs. Firefox 2 and IE7
- Firefox eBay edition: Enjoy a better eBay experience with Firefox
- Firefox for Dummies
- Mouse-less Firefox
- Firefox and the art of keyword bookmarking
- Protect your web searches
- Symantec Delivers Virtualized Firefox 3 Beta 1 in Multiple Languages
- Firefox 3 Will Include Malware Protection
- Firefox Identity Selector
- 10 Useful Firefox Tips
- Firefox 2 Spelling Dictionary Hacks; Make Firefox Inline Spell Checker More Useful
Bookmark this
Did my post help you? Help others too by just taking a minute to bookmark this in any bookmark you use
No comments:
Post a Comment