Hello, So, in firefox a HTML form text field and a password field set to the same size are rendered the same size (logically), but in windows xp, the password field is slightly smaller than the text field. Anybody know how to code around that?
MRB <html> <body> <form> <INPUT TYPE="PASSWORD" NAME="something" SIZE="10"> <br> <input type="text" name="somewhere" size="10"> </form> </body> </html> ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
