Help w/ Firefox

DJFury

Member
Dec 14, 2004
74
0
0
Anyway to make the Google Search field in the firefox 1.0 browser longer & bigger? Also any way to lock in the zoomed view after you close the browser and reopen it?
 

RalfHutter

Diamond Member
Dec 29, 2000
3,202
0
76
I start with this and modify the numerical value until I get it the size I want:

By default, the Search bar on the toolbar is relatively small. To specify your own width in pixels, add the following code to your userChrome.css file:
/* Make the Search box flex wider */
#search-container {
-moz-box-flex: 400 !important;
}