Harry Putnam <reader@xxxxxxxxxxx> writes: > http://www.mozilla.org/unix/customizing.html > Has some examples and info but again, none of them look to be about > the url locator box. Further I put the whole script in verbatim and > saw no differnces. Bad reporting folks. I should know by now to triple check things I test. In case any one was interested in this; The examples on that page do work. Not only on mozilla but also netscape-7.2. I still have a ways to go understanding what each example means. Mapping the stuff it says to what I see on the browser. So still hoping for some good advice on this. But just to give a nice example of how to change the font in url locator box. (Lightly commented) Here is one snippet that makes it a nice readable size in a desktop res of 1280x960 and on my machine, makes the background in that box a pale green. ~/.mozilla/PROF/*/chrome/userChrome.css /* [HP 07/10/03_22:25:47 This one sets Url locator box ] * These sizes are roughly equiv [4.5mm 17.5px] either notation works */ /* Single line text fields */ input { /* Set font size and family of text fields */ font-family: clean !important; font-size: 17.5px !important; /* Set background color to something a little prettier */ background-color: rgb(200, 255, 220) !important;