You are here

text search

2 posts / 0 new
Last post
petiot
Offline
Last seen: 12 years 3 months ago
Joined: 2006-10-04 05:17
text search

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

lzygenius
Offline
Last seen: 17 years 1 month ago
Joined: 2007-08-04 08:25
Edit your userChrome.css and

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.

Log in or register to post comments