The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Change the size of the Google search box in Mozilla

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Darrell Norton

Posts: 876
Nickname: dnorton
Registered: Mar, 2004

Darrell Norton is a consultant for CapTech Ventures.
Change the size of the Google search box in Mozilla Posted: May 13, 2004 10:57 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Darrell Norton.
Original Post: Change the size of the Google search box in Mozilla
Feed Title: Darrell Norton's Blog
Feed URL: /error.htm?aspxerrorpath=/blogs/darrell.norton/Rss.aspx
Feed Description: Agile Software Development: Scrum, XP, et al with .NET
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Darrell Norton
Latest Posts From Darrell Norton's Blog

Advertisement

I use the Google search box in Mozilla a lot. I press the keyboard shortcut control+k, type in my search terms, hit Enter, and BAM! Most of the time my search terms are longer than the text box can show, so I found this cool little tweak to make the search box bigger.

To change the default size of the Google search box in Mozilla Firefox, follow these steps:

  1. Navigate to C:\Documents and Settings\your_profile_name\Application Data\Phoenix\Profiles\default\xxxxxxxx.slt\chrome
  2. Assuming you have not already done so, rename userChrome-example.css to userChrome.css.
  3. Add the following lines to the end of the file:
    /* Make the Search box flex wider */
    #search-container {
       -moz-box-flex: 400 !important;
    }
  4. Tweak the 400 number to suit.

There are tons more tips like this here. Another one of my favorites, “change the cursor for links that open in a new window (to a crosshair).” Yeah!


This Blog Hosted On: http://www.DotNetJunkies.com/

Read: Change the size of the Google search box in Mozilla

Topic: New and Notable 55 Previous Topic   Next Topic Topic: Pong with IE

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use