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! Quote Link to comment 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; } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.