lunatechian (lunatech-ian)

one relating to, belonging to, or resembling lunatech

A bit of Mozilla-goodness overdose today. Discovered del.icio.us > PHP yesterday, saw quite a few interesting links on it today and have taken the RSS feed for it now. One of the links was XUL: rendering GUIs with PHP, which has a load of useful links and ideas.

Defined tags for this entry:

make your google search box in firefox bigger

initially I thought of giving this post the title "make your bigger ..." ;-)
While going through the Mozillazine's Firefox forum, I came across this interesting discussion on how to make the google search box bigger. In your userChrome.css, put in the following lines
/ Make the Search box flex wider /
#search-container {
-moz-box-flex: 600 !important;
}
#searchbar {
-moz-box-flex: 600 !important; }

Defined tags for this entry: