Hi. a quicky about the text search function in firefox: when i type ctrl+F i get a fully featured search bar with highlight, previous, next option etc. If i just start typing the text i want to search, i dont get those option. annoying (it wasnt like this in firefox version prior to 2.0.0.2 i think).
anyways to get the fully featured search bar option by just "search as i type"?
Thanks
Dan
Edit your userChrome.css and add
/* Makes the finder show next and previous by default */
#FindToolbar > * {display: -moz-box; }
I now do this to every install of Firefox.