dooper3 Posted May 1, 2007 Share Posted May 1, 2007 I have a login form on my website and i want to make the form fields for the username and password the same size (width). They are both set as size="14" in the html and this works fine on newer browsers, but I looked at it in IE6 today and the password field is considerably smaller than the text one. Any ideas how I can make them display the same size no matter what browser I use? I'm happy for a CSS alternative or any other way really! Thanks! Link to comment https://forums.phpfreaks.com/topic/49426-form-field-sizes-make-them-the-same/ Share on other sites More sharing options...
ToonMariner Posted May 1, 2007 Share Posted May 1, 2007 give them a class of something like txt then use css .txt { width: 200px; } Link to comment https://forums.phpfreaks.com/topic/49426-form-field-sizes-make-them-the-same/#findComment-242213 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.