Firefox 2 Tip: Change Search Bar Size
Filed in: Mozilla, Tips n Tricks — November 9th, 2006
Tips to change the search bar size of Firefox 2.
Firefox 2 has been released and some Firefox hacks are not working correctly. Some users complaint that my previous tip “change Firefox search bar size” is not working. Here is the update for Firefox 2.
To change Firefox 2 search bar size, add the following code into your userChrome.css file:
/* Search Toolbar Width */
#search-container {
width: 400px !important;
max-width: 400px !important;
}
Restart Firefox 2 to take effect of the new setting. In this example, the search bar will become 400px width.
[via MozillaZine Forum]



