Lumiplaty Posted September 21, 2005 Share Posted September 21, 2005 Is there an extenstion that lets you have 2 or 3 search fields that you can drag and drop independently of each other? All I can find is ones that add a whole new toolbar. Link to comment Share on other sites More sharing options...
em_te Posted September 22, 2005 Share Posted September 22, 2005 Add the following code to your userChrome.css file: #cut-button { -moz-binding: url("chrome://browser/content/search.xml#searchbar"); list-style-image: inherit !important; -moz-image-region: auto !important; } What the code does is it converts the "cut" toolbar button into a search box. In other words you no longer get to use the "cut" toolbar button in exchange for having an extra search box. Of course the "cut" function still works in the "Edit" menus. Alternatively, if you must use the "cut" toolbar button, you can convert another button such as the "paste" button by replacing the text "cut-button" with "paste-button". Link to comment Share on other sites More sharing options...
Recommended Posts