The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Change the size of the search box in Firefox 1.0PR

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 search box in Firefox 1.0PR Posted: Sep 29, 2004 12:48 PM
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 search box in Firefox 1.0PR
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

Firefox 1.0PR broke the old way of making the search box wider. The new way is to add this to your userChrome.css file (I like my search box BIG, you can adjust the number to suit):

/* Make the Search box flex wider */

#search-container {
   -moz-box-flex: 600 !important;
}
#searchbar {
   -moz-box-flex: 600 !important;
}

This is much easier if you get the chromEdit extension, which allows you to edit userChrome.css, userContent.css or user.js, without the hassle of finding your profile.


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

Read: Change the size of the search box in Firefox 1.0PR

Topic: Halo: First Strike Previous Topic   Next Topic Topic: Speaking at Heartland Developers Conference 2004

Sponsored Links



Google
  Web Artima.com   

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