The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> password textbox size problem
ravi951
post Aug 8 2011, 12:49 AM
Post #1





Group: Members
Posts: 3
Joined: 1-August 11
Member No.: 15,054



hi all,
i am using a simple login page with 5 fields shown below.in my login page below only the password and retype password fields textbox size decreased as compared to other fields.....
kindly tell me what happened and how to solve it......
below is the page with 5 fields.....
CODE

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<h2>Login Form </h2>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Dynamic Inline Form Validation Demo</title>
<link rel="stylesheet" type="text/css" href="messages1.css" />
<script type="text/javascript" src="messages1.js"></script>
</head>
<body>
<div id="wrapper">
  <form name="form" id="form" class="form" action="success1.html" onsubmit="return validate(this)" method="post">
    <label for="name">User Name<span>:</span></label>
    <input type="text" name="realname" id="name" />
    <span id="realnameerror"></span>
    
    <label for="email">Email Id<span>:</span></label>
    <input type="text" name="email" id="email" />
    <span id="emailerror"></span>
    
    <label for="password">Password<span>:</span></label>
    <input type="password" name="password" id="password"  >
    <span id="passworderror"></span>
    
    <label for="repassword">Retype Password<span>:</span></label>
    <input type="password" name="password2" id="password2" >
    <span id="password2error"></span>
    
    <label for="phoneno">Phone no<span>:</span></label>
    <input type="text" name="phoneno" id="phoneno" maxlength="10" />
    <span id="phonenoerror"></span>
    
    <input type="submit" value="Submit" class="submit" />
  </form>
</div>
</body>
</html>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Aug 8 2011, 01:09 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



In what browser? The all look the same to me.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
ravi951
post Aug 8 2011, 01:12 AM
Post #3





Group: Members
Posts: 3
Joined: 1-August 11
Member No.: 15,054



QUOTE(pandy @ Aug 8 2011, 01:09 AM) *

In what browser? The all look the same to me.


i am using google chrome......
is there any link with the browser that we use....
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
ravi951
post Aug 8 2011, 01:16 AM
Post #4





Group: Members
Posts: 3
Joined: 1-August 11
Member No.: 15,054



QUOTE(ravi951 @ Aug 8 2011, 01:12 AM) *

QUOTE(pandy @ Aug 8 2011, 01:09 AM) *

In what browser? The all look the same to me.


i am using google chrome......
is there any link with the browser that we use....


hi i have checked in google chrome.it is fine displaying same size.
dont know what happened in IE 8.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Aug 8 2011, 01:20 AM
Post #5


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



Don't have Chrome, but I've checked in Iron which should be the same, and I don't see it. Are all those IDs used for some CSS maybe?

QUOTE
is there any link with the browser that we use....

Sorry, how do you mean?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Aug 8 2011, 01:21 AM
Post #6


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



QUOTE(ravi951 @ Aug 8 2011, 08:16 AM) *

hi i have checked in google chrome.it is fine displaying same size.
dont know what happened in IE 8.


You've lost me now. What's the problem in IE8?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 29th March 2024 - 02:21 AM