Forum Moderators: open
In Netscape form fields (INPUT or SELECT) will change size depending on whether it has surrounding FONT tags.
For example, if your SELECT tag is in a section where the font size is 1, it will be smaller than the one in a section with font size 2 (or undefined font size).
To solve the problem, either make sure they both have the same font size defined, or (even better) use CSS to set the font size to be used.